Fix position of editor view controls
These were so far off to the right tht they got cut off by the screen. This aligns them with the user icon
This commit is contained in:
parent
f95f0be551
commit
de7454ad1e
@ -69,7 +69,7 @@
|
|||||||
.nc-entryEditor-viewControls {
|
.nc-entryEditor-viewControls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: -10px;
|
right: 10px;
|
||||||
z-index: 299;
|
z-index: 299;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user