up
This commit is contained in:
@@ -796,6 +796,11 @@ a {
|
||||
font-size: 28px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
#js-form-search {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 675px) {
|
||||
.admin-menu-container {
|
||||
display: none;
|
||||
@@ -812,7 +817,12 @@ a {
|
||||
.admin-content-container .item-chart {
|
||||
grid-column: span 4/span 4;
|
||||
}
|
||||
.admin-header-right {
|
||||
margin-top: 10px;
|
||||
#js-form-search {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 540px) {
|
||||
#js-form-search {
|
||||
display: none;
|
||||
}
|
||||
}/*# sourceMappingURL=pc_style.css.map */
|
||||
Reference in New Issue
Block a user