Bulk actions update
This commit is contained in:
@@ -2424,13 +2424,14 @@ body.dark-mode select option {
|
||||
box-shadow: 0 0 30px rgba(0, 255, 65, 0.5);
|
||||
max-width: 800px;
|
||||
width: 100%;
|
||||
max-height: 85vh;
|
||||
max-height: calc(90vh - 2rem);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
font-family: var(--font-mono);
|
||||
padding: 2rem;
|
||||
animation: settingsSlideIn 0.3s ease;
|
||||
margin: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@keyframes settingsSlideIn {
|
||||
|
||||
Reference in New Issue
Block a user