1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-21 21:30:08 +00:00

Fix our "fake" mobile dropdown settings menu

This commit is contained in:
Maximilian Mader 2023-11-04 18:29:40 +01:00 committed by Tim Düsterhus
parent dd4ecbd4ba
commit 4bbd89d474
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF

View File

@ -487,6 +487,12 @@ #tpl_chat_log {
@include screen-md-down { @include screen-md-down {
@include dropdownMenu; @include dropdownMenu;
@at-root (with: all) {
html[data-color-scheme="dark"] & {
border: 1px solid var(--wcfDropdownBorderInner);
}
}
&.open { &.open {
display: block; display: block;
visibility: visible; visibility: visible;
@ -501,6 +507,7 @@ #tpl_chat_log {
// these rules are required to work around the .button default styling // these rules are required to work around the .button default styling
.button { .button {
@include wcfFontDefault; @include wcfFontDefault;
text-align: start;
&.active, &.active,
&.active:hover { &.active:hover {