LineNumberSegment angepasst

This commit is contained in:
silas
2018-10-24 23:35:56 +02:00
parent b1bfeaffc1
commit 2ff0655407
6 changed files with 14 additions and 6 deletions

View File

@@ -25,13 +25,20 @@ nav.top-bar.title-bar {
}
}
.relative-level-number{
position: relative;
#level-number-container {
top: 50%;
transform: translate(-50%, -50%);
}
}
#level-number-container {
z-index: 1;
transition: none;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-50%);
border: 3px solid white;
border-radius: 50%;
visibility: hidden;