mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 15:30:27 +03:00
Fix members btn not visible in small devices
This commit is contained in:
parent
53f1129242
commit
87f3afd8fd
5 changed files with 12 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@use './app/partials/screen';
|
||||
|
||||
:root {
|
||||
|
||||
/* background color | --bg-[background type]: value */
|
||||
|
|
@ -179,7 +181,7 @@
|
|||
|
||||
--popup-window-drawer-width: 280px;
|
||||
|
||||
@media (max-width: 1124px) {
|
||||
@include screen.smallerThan(tabletBreakpoint) {
|
||||
--navigation-drawer-width: calc(240px + var(--border-width));
|
||||
--people-drawer-width: calc(256px - var(--border-width));
|
||||
--popup-window-drawer-width: 240px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue