[DE mobile] Fix Bug 58548
This commit is contained in:
parent
306fdd4f30
commit
4967ec3263
|
@ -69,9 +69,9 @@
|
|||
.title {
|
||||
font-weight: 600;
|
||||
color: @text-normal;
|
||||
line-height: 17px;
|
||||
//line-height: 17px;
|
||||
max-height: 34px;
|
||||
overflow: hidden;
|
||||
//overflow: hidden;
|
||||
}
|
||||
.navbar-inner, .subnavbar-inner {
|
||||
z-index: auto;
|
||||
|
|
|
@ -147,6 +147,7 @@
|
|||
.bullets,
|
||||
.numbers,
|
||||
.multilevels {
|
||||
min-height: 160px;
|
||||
.row.list {
|
||||
margin: 0;
|
||||
ul {
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Swiper
|
||||
.swiper-container {
|
||||
height: 100%;
|
||||
.swiper-pagination-bullet-active{
|
||||
|
@ -147,6 +148,14 @@
|
|||
// }
|
||||
}
|
||||
|
||||
.swiper-pagination-bullets {
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
.swiper-pagination-bullet {
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
// Skeleton table
|
||||
|
||||
.table-styles .row div:not(:first-child) {
|
||||
|
|
|
@ -213,9 +213,7 @@ const PageBullets = observer( props => {
|
|||
storeTextSettings.resetBullets(bullet.subtype);
|
||||
props.onBullet(bullet.subtype);
|
||||
}}>
|
||||
<div id={`id-markers-${bullet.subtype}`} className='item-marker'>
|
||||
|
||||
</div>
|
||||
<div id={`id-markers-${bullet.subtype}`} className='item-marker'></div>
|
||||
</ListItem>
|
||||
))}
|
||||
</List>
|
||||
|
|
Loading…
Reference in a new issue