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

This commit is contained in:
Henry Jameson 2022-05-31 20:35:30 +03:00
parent 58b8217283
commit a63aeccbcc
1 changed files with 9 additions and 0 deletions

View File

@ -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 {