mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Partial fix for taskbar
This commit is contained in:
parent
a8948f5eaa
commit
c2674ae8d5
|
|
@ -641,19 +641,32 @@ TODO: make it draggable;
|
|||
width: 100% !important;
|
||||
}
|
||||
|
||||
.navbar-right.collapse {
|
||||
float: none !important;
|
||||
display: inline-block !important;
|
||||
margin-left: 10px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media(min-width: 768px) {
|
||||
.navbar-right.collapse {
|
||||
float: none !important;
|
||||
display: inline-block !important;
|
||||
margin-left: 10px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.navbar-header {
|
||||
max-width: calc(100% - 700px);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 767px) {
|
||||
.navbar-collapse {
|
||||
position: fixed;
|
||||
bottom: 32px;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.navbar-right a {
|
||||
|
|
|
|||
Loading…
Reference in New Issue