fix modal views for medium devices
This commit is contained in:
parent
4285c0e81e
commit
dddbb27481
1 changed files with 13 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
}
|
||||
|
||||
.modal-mobile {
|
||||
padding: 60px 0.5rem;
|
||||
padding: 20px .5rem;
|
||||
}
|
||||
|
||||
.reveal-modal {
|
||||
|
|
@ -462,10 +462,22 @@
|
|||
color: #1ABC9C;
|
||||
}
|
||||
|
||||
.tab-bar {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
|
||||
.tab-bar {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.modal-mobile {
|
||||
padding: 60px 0.5rem;
|
||||
}
|
||||
|
||||
.tx-comment {
|
||||
border-top: 1px solid #eee;
|
||||
padding-top: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue