Improve mobile layout

This commit is contained in:
taehoon 2019-03-22 14:19:50 -04:00
parent 91502a25a4
commit f364068e10
2 changed files with 42 additions and 19 deletions

View file

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