diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-22 17:18:53 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-22 17:20:38 +0100 |
commit | f14b59c2ffed9b9e2750fa2c3cde836d2bca5d13 (patch) | |
tree | ff299b9cd8b4a8f226776a9abfd050e10ec4aed8 | |
parent | 48f7bd133e81b0d99a62020aa6e46232f514b591 (diff) |
Improve CSS rules.
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -257,6 +257,9 @@ html, body { -moz-user-select: text; user-select: text; } +#modal-info .modal-body ul > li { + padding: 0.05rem 0; +} .ol-overlaycontainer-stopevent .modal-backdrop.show { pointer-events: auto; |