aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-05-31 20:35:30 +0300
committerHenry Jameson <me@hjkos.com>2022-05-31 20:35:30 +0300
commita63aeccbcc919cd053f1f88b83a962e9dd1a89d5 (patch)
tree646424178df3b9734aa2723869bc92e1970bd049 /src/App.scss
parent58b82172836c71204c9c71f2aead284caf76b969 (diff)
force panel headers to be square on mobile (for now?)
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index d62d9ac2..5cd0b96e 100644
--- a/src/App.scss
+++ b/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 {