X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/325deabc916acab952089a4b093fa6bafa66083c..51dab659f55476460a5c89aac43c148ff0e4dba4:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 323f60e08..fc9af9803 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -9,7 +9,7 @@ body { font-size: $typeheight; - --dark-mode-map-filter: brightness(.8); + --dark-mode-map-filter: none; } time[title] { @@ -816,9 +816,17 @@ tr.turn { } } +/* Rules for the issues page */ + +.issues.issues-index { + td.reporting_users { + max-width: 5rem; + } +} + /* Rules for the account confirmation page */ -.users-terms { +.accounts-terms-show { .legale { padding: $lineheight; margin-bottom: $lineheight;