forked from AkkomaGang/akkoma-fe
force panel headers to be square on mobile (for now?)
This commit is contained in:
parent
58b8217283
commit
a63aeccbcc
1 changed files with 9 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue