Improve mobile layout
This commit is contained in:
parent
91502a25a4
commit
f364068e10
2 changed files with 42 additions and 19 deletions
|
@ -379,6 +379,7 @@ main-router {
|
|||
|
||||
.panel-heading {
|
||||
display: flex;
|
||||
flex: none;
|
||||
border-radius: $fallback--panelRadius $fallback--panelRadius 0 0;
|
||||
border-radius: var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius) 0 0;
|
||||
background-size: cover;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue