Move username indicators to top

This commit is contained in:
Johannes Zellner
2021-04-20 21:05:52 +02:00
parent 2dd46b31a2
commit 80d00577e5
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -346,6 +346,7 @@ textarea {
position: relative;
padding: 10px 15px;
height: 100%;
padding-top: 30px; // offset for non-admins
.grid-item-top-title {
white-space: nowrap;
@@ -356,7 +357,7 @@ textarea {
.usermanagement-indicator {
position: absolute;
bottom: 10px;
top: 10px;
color: #03a9f49e;
right: 10px;
}