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:
parent
36cc8bea7e
commit
91fb3ac329
@ -107,7 +107,7 @@ div.resizegrip > span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.side-panel.left.hidden {
|
.side-panel.left.hidden {
|
||||||
width: 22rem;
|
width: 80%;
|
||||||
left:-24rem;
|
left:-24rem;
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
@ -116,4 +116,7 @@ div.resizegrip > span {
|
|||||||
.side-panel.left {
|
.side-panel.left {
|
||||||
width:22rem;
|
width:22rem;
|
||||||
}
|
}
|
||||||
|
.side-panel.left.hidden {
|
||||||
|
width:22rem;
|
||||||
|
}
|
||||||
}
|
}
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"issuer": "http://accounts.awtest.nl",
|
"issuer": "https://accounts.awacc.nl",
|
||||||
"clientId": "farmmaps",
|
"clientId": "farmmaps",
|
||||||
"audience": "http://farmmaps.awtest.nl/",
|
"audience": "https://farmmaps.awacc.nl/",
|
||||||
"requireHttps": false,
|
"requireHttps": true,
|
||||||
"apiEndPoint": "http://farmmaps.awtest.nl",
|
"apiEndPoint": "https://farmmaps.awacc.nl",
|
||||||
"grantType":"implicit"
|
"grantType":"implicit"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user