diff options
author | Volpeon <git@volpeon.ink> | 2023-10-18 18:16:27 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-10-18 18:16:27 +0200 |
commit | 7525309bd2c43f01cbe52404f8aef4dd9a2ab697 (patch) | |
tree | 31cf642f17ae2beeac3ed5e44186117982ee0b89 /src/layouts | |
parent | Improved bubble group customization (diff) | |
download | iro-design-7525309bd2c43f01cbe52404f8aef4dd9a2ab697.tar.gz iro-design-7525309bd2c43f01cbe52404f8aef4dd9a2ab697.tar.bz2 iro-design-7525309bd2c43f01cbe52404f8aef4dd9a2ab697.zip |
Update
Diffstat (limited to 'src/layouts')
-rw-r--r-- | src/layouts/_bubble-group.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/layouts/_bubble-group.scss b/src/layouts/_bubble-group.scss index 6ee5c2e..d63930a 100644 --- a/src/layouts/_bubble-group.scss +++ b/src/layouts/_bubble-group.scss | |||
@@ -48,6 +48,15 @@ | |||
48 | grid-template-areas: 'bubble avatar'; | 48 | grid-template-areas: 'bubble avatar'; |
49 | } | 49 | } |
50 | 50 | ||
51 | @include iro.bem-modifier('no-avatar') { | ||
52 | grid-template-columns: 1fr; | ||
53 | grid-template-areas: 'bubble'; | ||
54 | |||
55 | @include iro.bem-elem('avatar') { | ||
56 | display: none; | ||
57 | } | ||
58 | } | ||
59 | |||
51 | @include iro.bem-modifier('arrow') { | 60 | @include iro.bem-modifier('arrow') { |
52 | @include iro.bem-elem('avatar') { | 61 | @include iro.bem-elem('avatar') { |
53 | @include iro.bem-next-elem('bubble') { | 62 | @include iro.bem-next-elem('bubble') { |