Mobilification of super user panel
This commit is contained in:
parent
f1ea20315a
commit
9b58c951bf
3 changed files with 30 additions and 25 deletions
|
@ -45,16 +45,10 @@
|
|||
height: 70px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.co-nav-title {
|
||||
height: auto;
|
||||
min-height: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.co-nav-title .co-nav-title-content {
|
||||
color: white;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.co-nav-title .co-nav-title-action {
|
||||
|
@ -73,6 +67,21 @@
|
|||
margin-right: 6px;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.co-nav-title {
|
||||
height: auto;
|
||||
min-height: 70px;
|
||||
}
|
||||
|
||||
.co-nav-title .co-nav-title-content {
|
||||
max-height: 38px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
.co-tab-container {
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -103,6 +112,8 @@
|
|||
@media (max-width: 767px) {
|
||||
.co-tab-content {
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue