Update mobile UI
This commit is contained in:
parent
e51c48d14e
commit
7f3d544c60
3
public/css/employees.css
vendored
3
public/css/employees.css
vendored
|
|
@ -177,7 +177,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (min-width: 320px) {
|
@media screen and (min-width: 360px) and (max-height: 800px) {
|
||||||
|
|
||||||
|
|
||||||
.sidenav {
|
.sidenav {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
2
public/css/index.css
vendored
2
public/css/index.css
vendored
|
|
@ -139,7 +139,7 @@ input:-webkit-autofill:active {
|
||||||
transition: background-color 9999s ease-in-out 0s;
|
transition: background-color 9999s ease-in-out 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 360px) {
|
@media screen and (min-width: 360px) and (max-height: 800px) {
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
margin: 1.1% 4% auto;
|
margin: 1.1% 4% auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue