diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 22:09:27 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-30 22:09:27 +0100 |
commit | 285421f2e8847d412871c3a08f2dad137300a55c (patch) | |
tree | fe829f5e31a5d6ddcbbeef03b62b7fda0d6eee0d | |
parent | ee885beeed57d95ffb58922cfc6b826b7ebf9a31 (diff) | |
parent | c8fec42e085ef255a01f62c5010e2d41bb7eb05f (diff) | |
download | Viper-285421f2e8847d412871c3a08f2dad137300a55c.tar.gz Viper-285421f2e8847d412871c3a08f2dad137300a55c.zip |
Merge branch 'main' into mod-support
-rw-r--r-- | src/app/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index 3684d10..08c82fa 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -48,6 +48,7 @@ nobr {white-space: nowrap} .buttons { text-align: right; margin-left: auto; + user-select: none; margin-right: calc(var(--padding) / 1.9); } @@ -57,6 +58,7 @@ nobr {white-space: nowrap} button, .text, .mod { border: none; outline: none; + user-select: none; border-radius: 50px; transition: 0.2s ease-in-out; padding: calc(var(--padding) / 3) var(--padding); |