change padding and size of settings icon

This commit is contained in:
Mystikfluu
2022-07-09 15:57:58 +02:00
parent 65ca2838ee
commit f0110724dd
2 changed files with 9 additions and 5 deletions
+8 -4
View File
@@ -6,10 +6,6 @@
--blue-ish: #587291; /* buttons etc */
}
.right {
float: right;
}
.noselect {
user-select: none;
}
@@ -51,3 +47,11 @@ a:hover {
footer {
color: white;
}
.right {
float: right;
}
.less_padding {
padding: 16px 16px;
}