forked from AkkomaGang/akkoma-fe
mobile fixes
This commit is contained in:
parent
51cf4dc298
commit
6636c0f551
3 changed files with 10 additions and 2 deletions
|
@ -248,6 +248,12 @@
|
||||||
.panel-heading {
|
.panel-heading {
|
||||||
.badge, .alert, .btn, .faint {
|
.badge, .alert, .btn, .faint {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.faint {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
min-width: 2em;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
.flex-spacer {
|
.flex-spacer {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow-y: hidden;
|
||||||
|
overflow-x: auto;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
padding: 5px 1em 99px;
|
padding: 5px 1em 99px;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:not(.active) {
|
&:not(.active) {
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
|
|
|
@ -273,7 +273,7 @@
|
||||||
"custom": "Custom"
|
"custom": "Custom"
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
"header": "Preview of header",
|
"header": "Preview",
|
||||||
"content": "Content",
|
"content": "Content",
|
||||||
"error": "Example error",
|
"error": "Example error",
|
||||||
"button": "Button",
|
"button": "Button",
|
||||||
|
|
Loading…
Reference in a new issue