Browse Source

docs(fix): close navbar

master
Kiko Beats 3 years ago
parent
commit
0072c9c07b
No known key found for this signature in database GPG Key ID: 8FA93B22CCF04B96
  1. 7
      docs/css/style.css
  2. 2
      static/style.min.css

7
docs/css/style.css

@ -181,8 +181,11 @@ main {
background: hsla(0, 0%, 53%, 0.1);
}
.close .sidebar {
transform: translateX(-300px);
}
.sidebar-toggle {
background-color: transparent;
background-color: var(--bg-color);
border: 0;
outline: none;
@ -192,9 +195,9 @@ main {
position: absolute;
text-align: center;
transition: opacity 0.3s;
width: 30px;
width: 284px;
z-index: 4;
cursor: pointer;
}
.sidebar-toggle .sidebar-toggle-button:hover {

2
static/style.min.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save