This commit is contained in:
Louis Vézina 2020-02-13 06:56:34 -05:00
parent 0e500171ce
commit e186f6470f
3 changed files with 8 additions and 2 deletions

View File

@ -379,4 +379,10 @@ table.dataTable tbody td {
.container-fluid {
padding: 0 5px 25px 30px; }
@media (min-width: 1024px) {
#edit_bar {
margin-left: 240px;
}
}
/*# sourceMappingURL=bazarr.css.map */

View File

@ -24,7 +24,7 @@
</thead>
</table>
<nav class="navbar fixed-bottom navbar-dark bg-dark" style="margin-left: 240px;">
<nav id="edit_bar" class="navbar fixed-bottom navbar-dark bg-dark">
<div class="form-check form-check-inline">
<div class="form-group" style="margin-bottom: 0px;">
<label for="languages_select">Language(s): </label>

View File

@ -24,7 +24,7 @@
</thead>
</table>
<nav class="navbar fixed-bottom navbar-dark bg-dark" style="margin-left: 240px;">
<nav id="edit_bar" class="navbar fixed-bottom navbar-dark bg-dark">
<div class="form-check form-check-inline">
<div class="form-group" style="margin-bottom: 0px;">
<label for="languages_select">Language(s): </label>