Fix menu sliding
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:
@@ -107,7 +107,7 @@ div.resizegrip > span {
|
||||
}
|
||||
|
||||
.side-panel.left.hidden {
|
||||
width: 22rem;
|
||||
width: 80%;
|
||||
left:-24rem;
|
||||
height:100%;
|
||||
}
|
||||
@@ -116,4 +116,7 @@ div.resizegrip > span {
|
||||
.side-panel.left {
|
||||
width:22rem;
|
||||
}
|
||||
.side-panel.left.hidden {
|
||||
width:22rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user