Jelajahi Sumber

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

Henry Jameson 2 tahun lalu
induk
melakukan
a63aeccbcc
1 mengubah file dengan 9 tambahan dan 0 penghapusan
  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 {