Fix top in fullscreen mode
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
c1c0bd2596
commit
ff06b419f2
@ -78,7 +78,12 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-menu {
|
.user-menu {
|
||||||
|
transition: top 0.5s ease-out;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:1em;
|
top:0.25em;
|
||||||
right:1em;
|
right:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fullscreen > .user-menu {
|
||||||
|
top:1em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user