Merge pull request #267 from xorzo1/patch-2

fix(menus) fixed the positioning for top-right
This commit is contained in:
Benzo
2022-05-21 16:05:58 +02:00
committed by GitHub
+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%;
}
}