Made top bar fit screen borders on mobile.
This commit is contained in:
@@ -380,13 +380,17 @@ body.theme-dark .small.text-muted {
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.app-shell {
|
||||
padding: 12px;
|
||||
padding: 0px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.offcanvas {
|
||||
width: 100vw !important;
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
border-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 575.98px) {
|
||||
|
||||
Reference in New Issue
Block a user