fixed the positioning for top-right

fixed the positioning for top-right because it wasen't the same as top-left xD
This commit is contained in:
xorzo
2022-05-21 15:59:16 +02:00
committed by GitHub
parent 2f39543508
commit 00ba1532af
+2 -2
View File
@@ -81,7 +81,7 @@
}
.menu.align-top-right {
right: 10;
right: 40;
top: 0;
}
@@ -109,4 +109,4 @@
.menu.align-center {
left: 50%;
top: 50%;
}
}