File tree Expand file tree Collapse file tree
src/components/AvatarWrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ export default {
296296 font- size: calc (var (-- avatar- size) / 2 );
297297 background- color: var (-- color- text- maxcontrast- default);
298298
299- & . icon {
299+ & : deep (. avatar - class - icon ) {
300300 background- size: calc (var (-- avatar- size) / 2 );
301301 & .icon - changelog {
302302 background- size: cover ! important;
@@ -323,9 +323,7 @@ export default {
323323 margin- inline- start: calc (var (-- condensed- overlap) * - 1px );
324324 display: flex;
325325
326- & > .icon ,
327- & > .guest ,
328- : deep (img ) {
326+ & : deep (.avatardiv ) {
329327 outline: 2px solid var (-- color- main- background);
330328 }
331329 }
@@ -369,9 +367,4 @@ export default {
369367 background- color: var (-- color- text- maxcontrast- default);
370368 }
371369}
372-
373- : deep (.icon - user ) {
374- background- size: calc (var (-- avatar- size) / 2 );
375- }
376-
377370< / style>
You can’t perform that action at this time.
0 commit comments