forked from mirror/misskey
navbarを小さく
This commit is contained in:
parent
abe6194254
commit
586f558785
@ -394,7 +394,7 @@ $widgets-hide-threshold: 1090px;
|
||||
z-index: 1000;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding: 12px 12px max(12px, env(safe-area-inset-bottom, 0px)) 12px;
|
||||
padding: 8px 16px max(8px, env(safe-area-inset-bottom, 0px)) 16px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
||||
grid-gap: 8px;
|
||||
@ -411,7 +411,7 @@ $widgets-hide-threshold: 1090px;
|
||||
padding: 0;
|
||||
aspect-ratio: 1;
|
||||
width: 100%;
|
||||
max-width: 60px;
|
||||
max-width: 50px;
|
||||
margin: auto;
|
||||
border-radius: 100%;
|
||||
background: var(--MI_THEME-panel);
|
||||
|
Loading…
Reference in New Issue
Block a user