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;
|
z-index: 1000;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 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;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
||||||
grid-gap: 8px;
|
grid-gap: 8px;
|
||||||
@ -411,7 +411,7 @@ $widgets-hide-threshold: 1090px;
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 60px;
|
max-width: 50px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background: var(--MI_THEME-panel);
|
background: var(--MI_THEME-panel);
|
||||||
|
Loading…
Reference in New Issue
Block a user