Fix inconsistent cell max-width (#1583)

Fixes #1567 (sort of)

Signed-off-by: Yannick Schaus <github@schaus.net>
pull/1578/head
Yannick Schaus 2022-12-15 19:13:44 +01:00 committed by GitHub
parent 40f85c7d37
commit 5dd12dbb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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