mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-24 16:52:06 +00:00
Merge branch 'development' into path_mappings
# Conflicts: # views/_main.html
This commit is contained in:
commit
fa512e81e5
1 changed files with 7 additions and 1 deletions
|
@ -78,6 +78,12 @@
|
|||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.custom-file {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.filetree {
|
||||
border: 1px solid #ced4da;
|
||||
border-radius: .25rem;
|
||||
|
@ -146,7 +152,7 @@
|
|||
<!-- ============================================================== -->
|
||||
<!-- Search -->
|
||||
<!-- ============================================================== -->
|
||||
<li class="nav-item search-box">
|
||||
<li class="nav-item search-box mt-2 mt-xl-0">
|
||||
<form class="form-material">
|
||||
<div class="typeahead__container">
|
||||
<div class="typeahead__field">
|
||||
|
|
Loading…
Reference in a new issue