mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
feat: adds a sub header to display stats on mobile view (#2212)
This commit is contained in:
@@ -82,6 +82,10 @@ section {
|
||||
background: var(--body-background-color);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
||||
z-index: 1;
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
top: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
&.is-full-height-scrollable {
|
||||
@@ -162,3 +166,11 @@ section {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
@media screen and (max-width: 768px) {
|
||||
.splitpanes__pane {
|
||||
overflow: unset !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user