Hide maximize in phone view

This commit is contained in:
Cohee 2024-03-19 02:57:04 +02:00
parent 3d86d6f7d8
commit a805099822
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@
border: 1px solid var(--SmartThemeBorderColor);
}
.drawer-content .floating_panel_maximize,
.drawer-content .inline-drawer-maximize {
display: none;
}
#select_chat_popup {
align-items: start;
height: min-content;