Update web/templates/base.html
This commit is contained in:
parent
d4fecafe5a
commit
8abb3349b7
@ -48,10 +48,14 @@
|
||||
border-radius:10px;
|
||||
background:var(--btn-bg);
|
||||
cursor:pointer;
|
||||
/* stack the bars so it looks like a proper hamburger */
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
}
|
||||
.hamburger span{
|
||||
display:block;
|
||||
width:20px; height:2px; margin:2px 0;
|
||||
width:20px; height:2px;
|
||||
margin:0; /* no vertical margin; spacing comes from gap */
|
||||
background:var(--nav-ink);
|
||||
border-radius:2px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user