fix(mobile): show full title in mobile view
This commit is contained in:
parent
1d0c12c358
commit
601b38aeda
2 changed files with 23 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
&.mobile-no-divider {
|
||||
a:before {
|
||||
content: "";
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ body {
|
|||
|
||||
@media (max-width: 480px) {
|
||||
li > a {
|
||||
width: 100px;
|
||||
// width: 100px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -128,6 +128,12 @@ body {
|
|||
.sidebar .user-menu img {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
body[data-route^="Form"] {
|
||||
.page-title {
|
||||
padding-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
|
@ -313,6 +319,21 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.page-title {
|
||||
width: 100%;
|
||||
.title-area {
|
||||
flex-direction: column;
|
||||
align-items: baseline !important;
|
||||
|
||||
.mobile-no-divider li a {
|
||||
font-size: 14px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 412px) {
|
||||
body[data-route^="Form"] {
|
||||
.page-title .title-text {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue