]> 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 323f60e08c192a91d2934f5e2309c1841591f357..fc9af9803e53cbcdb340680b11ba95e9be3769e4 100644 (file)
@@ -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;