align settings icon right

This commit is contained in:
Mystikfluu
2022-07-09 15:44:18 +02:00
parent 57d094f74e
commit 8b2c3acb36
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@
--blue-ish: #587291; /* buttons etc */
}
.right {
float: right;
}
.noselect {
user-select: none;
}