]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Change "reporter users" to "reporting users"
[rails.git] / app / assets / stylesheets / common.scss
index cabdfff493bac420e9daa5b1fe0b3cc3bc6570b9..fc9af9803e53cbcdb340680b11ba95e9be3769e4 100644 (file)
@@ -9,6 +9,7 @@
 
 body {
   font-size: $typeheight;
+  --dark-mode-map-filter: none;
 }
 
 time[title] {
@@ -515,9 +516,13 @@ body.small-nav {
 }
 
 @mixin dark-map-color-scheme {
-  .leaflet-tile-container .leaflet-tile,
+  .leaflet-tile-container,
   .mapkey-table-entry td:first-child > * {
-    filter: brightness(.8);
+    filter: var(--dark-mode-map-filter);
+  }
+
+  .leaflet-tile-container .leaflet-tile {
+    filter: none;
   }
 }
 
@@ -811,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;