fdsfsda
This commit is contained in:
@@ -978,6 +978,33 @@
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.global-redirect-section {
|
||||
margin: 4px 0 2px 0;
|
||||
}
|
||||
|
||||
.global-redirect-section .upload-checkbox-label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
cursor: pointer;
|
||||
font-size: 0.88rem;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
user-select: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
|
||||
.global-redirect-section .upload-checkbox-label:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.global-redirect-section input[type="checkbox"] {
|
||||
accent-color: var(--accent);
|
||||
cursor: pointer;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.upload-status {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user