Skip to content
Snippets Groups Projects
Commit a63aeccb authored by HJ's avatar HJ :fire:
Browse files

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

parent 58b82172
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment