mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-16 10:14:11 +02:00
Overlay sidebar on small screens.
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#sidebar {
|
||||||
|
position: absolute;
|
||||||
|
min-height: 100%;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
#view.view-details {
|
#view.view-details {
|
||||||
.header .label, .item .label {
|
.header .label, .item .label {
|
||||||
margin-right: 80px !important;
|
margin-right: 80px !important;
|
||||||
|
Reference in New Issue
Block a user