mobile + js: min-height for content > sidebar hight
This commit is contained in:
parent
b7592db0de
commit
d0530116c5
9 changed files with 91 additions and 13 deletions
|
@ -1,4 +1,11 @@
|
|||
#meta-box {
|
||||
|
||||
display: inline-block;
|
||||
min-height: 1.95rem;
|
||||
max-width: 40%;
|
||||
float: right;
|
||||
|
||||
|
||||
.tab-container {
|
||||
display: table;
|
||||
}
|
||||
|
@ -196,5 +203,26 @@
|
|||
clear: right;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
@media @screen_max-md{
|
||||
max-width: 100%;
|
||||
float: none;
|
||||
display: block;
|
||||
top: -1.1rem;
|
||||
position: relative;
|
||||
right: -3.07rem;
|
||||
.tab-container{
|
||||
display: block;
|
||||
}
|
||||
ul.meta-tabs{
|
||||
float: right;
|
||||
> li > a{
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
.meta-content{
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue