Преглед изворни кода

force panel headers to be square on mobile (for now?)

Henry Jameson пре 2 година
родитељ
комит
a63aeccbcc
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      src/App.scss

+ 9 - 0
src/App.scss

@@ -301,6 +301,15 @@ nav {
       margin-bottom: 0;
     }
 
+    .panel-heading,
+    .panel-heading::after,
+    .panel-heading::before,
+    .panel,
+    .panel::after {
+      border-top-left-radius: 0;
+      border-top-right-radius: 0;
+    }
+
     .underlay,
     #sidebar,
     #notifs-column {