Adjust media screen size for button bar
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user