diff options
| author | 2026-01-08 20:51:47 +0700 | |
|---|---|---|
| committer | 2026-01-08 20:51:47 +0700 | |
| commit | a48036d496f0af90ff437c897b77418ca8453e9c (patch) | |
| tree | b9b0552b5ea16335828e345e3ffc472dc4b90c30 /static | |
| parent | e4f6790aab7f1b447892d0ed999dff8af45ac33e (diff) | |
| download | web-a48036d496f0af90ff437c897b77418ca8453e9c.tar.gz web-a48036d496f0af90ff437c897b77418ca8453e9c.zip | |
feat: switch standard OSM to CyclOSM for maps on site
feat: reduce border size for sidebar buttons from 0.3rem to 0.25rem
Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/input.css b/static/input.css index 55e29b0..66d832c 100644 --- a/static/input.css +++ b/static/input.css @@ -482,7 +482,7 @@ form.crossable.htmx-request input { } .themed-button.themed-button-sidebar { - --border-size: 0.3rem; + --border-size: 0.25rem; background-image: var(--squares-and-triangles-background); background-repeat: var(--squares-and-triangles-background-repeat); background-size: calc(var(--squares-and-triangles-background-width-coef) * 0.9rem) calc(var(--squares-and-triangles-background-height-coef) * 0.9rem); |