mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -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 {
|
.dashboard-stats-instance {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@media only screen
|
||||||
|
and (min-device-width: 300px)
|
||||||
|
and (max-device-width: 740px) {
|
||||||
.header-bar {
|
.header-bar {
|
||||||
display: block;
|
display: block;
|
||||||
float: none !important;
|
float: none !important;
|
||||||
|
@ -3344,7 +3348,7 @@ pre::-webkit-scrollbar-thumb {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen
|
@media only screen
|
||||||
and (min-device-width: 800px)
|
and (min-device-width: 740px)
|
||||||
and (max-device-width: 1024px) {
|
and (max-device-width: 1024px) {
|
||||||
.button-bar {
|
.button-bar {
|
||||||
float: right !important;
|
float: right !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue