mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-26 20:23:01 +00:00
Fix: Firefoxでトークの下が隠れてしまう (#4974)
This commit is contained in:
parent
114803a86a
commit
69a916d506
1 changed files with 1 additions and 5 deletions
|
@ -300,17 +300,13 @@ export default Vue.extend({
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.mk-messaging-room
|
.mk-messaging-room
|
||||||
display flex
|
|
||||||
flex 1
|
|
||||||
flex-direction column
|
|
||||||
height 100%
|
|
||||||
background var(--messagingRoomBg)
|
background var(--messagingRoomBg)
|
||||||
|
|
||||||
> .body
|
> .body
|
||||||
width 100%
|
width 100%
|
||||||
max-width 600px
|
max-width 600px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
flex 1
|
min-height calc(100% - 103px)
|
||||||
|
|
||||||
> .init,
|
> .init,
|
||||||
> .empty
|
> .empty
|
||||||
|
|
Loading…
Reference in a new issue