it
This commit is contained in:
@@ -653,6 +653,7 @@ input[type="text"]:focus, select:focus {
|
||||
.detail-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 0.75rem;
|
||||
padding-bottom: 0.25rem;
|
||||
border-bottom: 1px solid #333;
|
||||
@@ -668,6 +669,23 @@ input[type="text"]:focus, select:focus {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.copy-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
font-size: 1rem;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.copy-btn:hover {
|
||||
color: #00ff41;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.main-content {
|
||||
|
||||
Reference in New Issue
Block a user