Merge pull request #2639 from brkcvn/master

Add item responsive control
This commit is contained in:
Burak Civan
2022-09-23 12:19:55 +03:00
committed by GitHub
3 changed files with 13 additions and 1 deletions

6
public/css/app.css vendored
View File

@ -47255,6 +47255,12 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
}
}
@media only screen and (min-width: 480px) {
.large-overflow-unset {
overflow-x: unset;
}
}
#nprogress .bar {
background: #A6A8C9 !important;
height: 5px !important;