Compare commits

..

4 Commits

Author SHA1 Message Date
122c34f891 Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/lumbung.space
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-07 21:35:33 +05:00
0413d02746 fix alignment issues in mobile menu 2022-04-07 21:35:29 +05:00
95ff6b702f fix nav drawer layout shifts on mobile 2022-04-07 21:18:32 +05:00
1a85b01de7 update pen color variables 2022-04-07 21:17:00 +05:00

View File

@ -40,8 +40,8 @@
--tv-dark: #237D0F; --tv-dark: #237D0F;
--tv-light: #E2FAD7; --tv-light: #E2FAD7;
--pen-dark: #E0005C; --pen-dark: #C5021E;
--pen-light: #FEDAE9; --pen-light: #FFEBD9;
--social-light: #C2E4F2; --social-light: #C2E4F2;
--social-dark: #0163A4; --social-dark: #0163A4;
@ -288,7 +288,7 @@ body {
} }
.drawer .has-submenu { .drawer .has-submenu {
padding-left: 2rem; padding-left: 1em;
margin-left: 5px; margin-left: 5px;
} }
@ -392,6 +392,7 @@ footer.post-footer {
color: var(--shouts-dark); color: var(--shouts-dark);
} }
.h-entry.network header { .h-entry.network header {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -884,13 +885,17 @@ footer a:hover {
z-index: 3; z-index: 3;
} }
.hamburger.opened {
position: fixed;
}
.drawer { .drawer {
display: block; display: block;
position: fixed; position: fixed;
background: white; background: white;
top: 0; top: 0;
left: 0; left: 0;
height: 100vh; height: 110vh;
width: 0; width: 0;
z-index: 2; z-index: 2;
transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out;