fix specifity

master
Aevann 2024-11-09 14:30:51 +02:00
parent 571c8ccfd9
commit 025e6d2004
1 changed files with 6 additions and 6 deletions

View File

@ -7382,12 +7382,6 @@ table *, .playing-card_large {
} }
@media (max-width: 768px) {
* {
resize: none !important;
}
}
p { /* DO NOT REMOVE */ p { /* DO NOT REMOVE */
overflow: hidden !important; overflow: hidden !important;
} }
@ -7849,4 +7843,10 @@ p:empty + p { /* poll margin */
.d-md-none .nav-item:focus, .d-md-none .nav-item:hover, .d-md-none .nav-item:active, .d-md-none .nav-item:focus, .d-md-none .nav-item:hover, .d-md-none .nav-item:active,
.modal .post-actions .btn-link:focus, .modal .post-actions .btn-link:hover, .modal .post-actions .btn-link:active { .modal .post-actions .btn-link:focus, .modal .post-actions .btn-link:hover, .modal .post-actions .btn-link:active {
background-color: var(--gray-300) !important; background-color: var(--gray-300) !important;
}
@media (max-width: 768px) {
*, textarea, .resizable {
resize: none !important;
}
} }