1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-23 00:09:42 +01:00

fix overly large mobie nav

This commit is contained in:
Henry Jameson 2024-06-13 11:27:54 +03:00
parent 6343b91abf
commit fc04e24f56

View File

@ -129,7 +129,7 @@
.mobile-nav {
display: grid;
line-height: var(--navbar-height);
grid-template-rows: 1fr;
grid-template-rows: var(--navbar-height);
grid-template-columns: 2fr auto;
width: 100%;
box-sizing: border-box;