bazarr mobile fixes
This commit is contained in:
parent
3351c95a1b
commit
ece8f2e311
@ -1394,4 +1394,33 @@ button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
|
||||
.highlight pre code {
|
||||
font-size: inherit;
|
||||
color: #eee;
|
||||
}
|
||||
}
|
||||
/* Mobile */
|
||||
@media (max-width: 767px) {
|
||||
.mini-sidebar .left-sidebar {
|
||||
background: var(--modal-bg-color);
|
||||
}
|
||||
|
||||
#buttons_bars .col-8 {
|
||||
-ms-flex: none !important;
|
||||
flex: none !important;
|
||||
max-width: none !important;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.page-titles .btn {
|
||||
height: 50px !important;
|
||||
width: 55px !important;
|
||||
padding: 0 0;
|
||||
}
|
||||
|
||||
#buttons_bars .col-4 {
|
||||
-ms-flex: none !important;
|
||||
flex: none !important;
|
||||
max-width: 100% !important;
|
||||
position: inherit !important;
|
||||
padding-right: 5px !important;
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user