Select better threshold for mobile detection
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -83,7 +83,7 @@ div.resizegrip > span {
|
||||
top:-1rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width:44rem) {
|
||||
@media screen and (min-width:40rem) {
|
||||
.side-panel {
|
||||
top:0px;
|
||||
width: 22rem;
|
||||
@@ -108,11 +108,11 @@ div.resizegrip > span {
|
||||
|
||||
.side-panel.left.hidden {
|
||||
width: 80%;
|
||||
left:-24rem;
|
||||
left:-80%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width:44rem) {
|
||||
@media screen and (min-width:40rem) {
|
||||
.side-panel.left {
|
||||
width:22rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user