Commit ·
2f6d768
1
Parent(s): 0d4d44f
fix height dvh
Browse files
frontend/src/components/Sidebar.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
position: fixed;
|
| 5 |
top: 0;
|
| 6 |
left: 0;
|
| 7 |
-
height:
|
| 8 |
background-color: #0c0c16;
|
| 9 |
color: white;
|
| 10 |
font-family: 'Inter', sans-serif;
|
|
@@ -83,15 +83,8 @@
|
|
| 83 |
|
| 84 |
.sidebar-footer {
|
| 85 |
padding: 16px;
|
| 86 |
-
margin-bottom: 20px;
|
| 87 |
}
|
| 88 |
|
| 89 |
-
@media only screen and (orientation: portrait) {
|
| 90 |
-
.sidebar-footer {
|
| 91 |
-
padding: 16px;
|
| 92 |
-
}
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
.sidebar-item {
|
| 96 |
display: flex;
|
| 97 |
align-items: center;
|
|
|
|
| 4 |
position: fixed;
|
| 5 |
top: 0;
|
| 6 |
left: 0;
|
| 7 |
+
height: 100dvh;
|
| 8 |
background-color: #0c0c16;
|
| 9 |
color: white;
|
| 10 |
font-family: 'Inter', sans-serif;
|
|
|
|
| 83 |
|
| 84 |
.sidebar-footer {
|
| 85 |
padding: 16px;
|
|
|
|
| 86 |
}
|
| 87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
.sidebar-item {
|
| 89 |
display: flex;
|
| 90 |
align-items: center;
|