Fix inconsistent cell max-width (#1583)
Fixes #1567 (sort of) Signed-off-by: Yannick Schaus <github@schaus.net>pull/1578/head
parent
40f85c7d37
commit
5dd12dbb0f
|
@ -47,6 +47,7 @@
|
|||
<style lang="stylus">
|
||||
.oh-cell-container
|
||||
display block
|
||||
--oh-default-cell-tablet-width var(--f7-card-expandable-tablet-width)
|
||||
.configure-layout-menu
|
||||
position relative
|
||||
right 0
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
</template>
|
||||
|
||||
<style lang="stylus">
|
||||
@media (min-width: 768px) and (min-height: 670px)
|
||||
.cell-expanded-thin:not(.card-tablet-fullscreen)
|
||||
max-width var(--oh-default-cell-tablet-width) !important
|
||||
.cell-expanded-thin
|
||||
--f7-card-expandable-tablet-width 400px
|
||||
.cell-rollershutter
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
</template>
|
||||
|
||||
<style lang="stylus">
|
||||
@media (min-width: 768px) and (min-height: 670px)
|
||||
.cell-expanded-thin:not(.card-tablet-fullscreen)
|
||||
max-width var(--oh-default-cell-tablet-width) !important
|
||||
.cell-expanded-thin
|
||||
--f7-card-expandable-tablet-width 400px
|
||||
.cell-slider
|
||||
|
|
Loading…
Reference in New Issue