mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Adjust media screen size for button bar
This commit is contained in:
parent
bbc6482c99
commit
d24a922ccb
1 changed files with 5 additions and 1 deletions
|
@ -3318,6 +3318,10 @@ pre::-webkit-scrollbar-thumb {
|
|||
.dashboard-stats-instance {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media only screen
|
||||
and (min-device-width: 300px)
|
||||
and (max-device-width: 740px) {
|
||||
.header-bar {
|
||||
display: block;
|
||||
float: none !important;
|
||||
|
@ -3344,7 +3348,7 @@ pre::-webkit-scrollbar-thumb {
|
|||
}
|
||||
}
|
||||
@media only screen
|
||||
and (min-device-width: 800px)
|
||||
and (min-device-width: 740px)
|
||||
and (max-device-width: 1024px) {
|
||||
.button-bar {
|
||||
float: right !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue