diff options
| author | 2025-08-30 16:00:28 +0700 | |
|---|---|---|
| committer | 2025-08-30 16:00:28 +0700 | |
| commit | 1c14a4088b068fefe425cad1acdde2d603bd27a9 (patch) | |
| tree | c71c2c8f37a7609d6c8a7b558b71a1a1b4c9ec1c /static | |
| parent | 218fc8b0d470a3df8a412f7ab32925e74ca4b315 (diff) | |
| download | web-1c14a4088b068fefe425cad1acdde2d603bd27a9.tar.gz web-1c14a4088b068fefe425cad1acdde2d603bd27a9.zip | |
feat: always show search buttons out of overflow
feat: add favicon
Diffstat (limited to 'static')
| -rw-r--r-- | static/favicon.ico | bin | 0 -> 5694 bytes | |||
| -rw-r--r-- | static/input.css | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 0000000..33eb226 --- /dev/null +++ b/static/favicon.ico diff --git a/static/input.css b/static/input.css index f254970..47e7d16 100644 --- a/static/input.css +++ b/static/input.css @@ -581,6 +581,10 @@ body[data-theme~="ram"] .leaflet-tile { width: 100vw; } + .ar-lt-0\.8\:max-h-\[25\%\] { + max-height: 25%; + } + .ar-lt-0\.8\:max-h-\[80\%\] { max-height: 80%; } |