mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-10 02:30:13 +00:00
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;
|
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,
|
.underlay,
|
||||||
#sidebar,
|
#sidebar,
|
||||||
#notifs-column {
|
#notifs-column {
|
||||||
|
|
Loading…
Reference in a new issue