Settings page improvements

This commit is contained in:
Geomitron
2020-02-14 21:02:38 -05:00
parent 49cba89a11
commit 442736205e
5 changed files with 62 additions and 4 deletions

View File

@@ -7,4 +7,14 @@
.default-cursor {
cursor: default;
pointer-events: none;
}
#rateLimitInput {
width: unset !important;
}
.bottom {
position: absolute;
bottom: 2em;
right: 2em;
}