diff options
| author | navewindre <boneyaard@gmail.com> | 2025-11-11 11:09:27 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-11-11 11:09:27 +0100 |
| commit | fca7c3ac139330e6dcf4b622eaec4ce6a2316652 (patch) | |
| tree | 33b5312b9e5a89627400b6c74ff1f9353a314219 | |
| parent | 719b3a84f3ee9110cc87132cb1dcd095da6ff5a0 (diff) | |
big fix
| -rw-r--r-- | web/static/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/main.css b/web/static/main.css index e19e486..ba7524c 100644 --- a/web/static/main.css +++ b/web/static/main.css @@ -77,7 +77,7 @@ input[type="radio"]:checked::before { align-self: center; position: relative; display: flex; - width: 100%; + width: calc( 100% - 2px ); background: var(--gradient); padding: 1px 1px 1px 1px; margin: 0px; |
