fix(mobile): fix nav title of list view
This commit is contained in:
parent
df36ef1105
commit
7e8a1810ba
1 changed files with 10 additions and 8 deletions
|
|
@ -320,15 +320,17 @@ body {
|
|||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.page-title {
|
||||
width: 100%;
|
||||
.title-area {
|
||||
flex-direction: column;
|
||||
align-items: baseline !important;
|
||||
body[data-route^="Form"] {
|
||||
.page-title {
|
||||
width: 100%;
|
||||
.title-area {
|
||||
flex-direction: column;
|
||||
align-items: baseline !important;
|
||||
|
||||
.mobile-no-divider li a {
|
||||
font-size: 14px;
|
||||
padding-bottom: 5px;
|
||||
.mobile-no-divider li a {
|
||||
font-size: 14px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue