summaryrefslogtreecommitdiffstats
path: root/src/objects/_avatar.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2026-02-03 16:33:39 +0100
committerVolpeon <git@volpeon.ink>2026-02-03 16:33:39 +0100
commit82beafc24562ff2ddeb369ec0e868d73f5133f60 (patch)
tree3f2abeb8edc919124880923a7b616e96a9ee587d /src/objects/_avatar.scss
parentFix (diff)
downloadiro-design-82beafc24562ff2ddeb369ec0e868d73f5133f60.tar.gz
iro-design-82beafc24562ff2ddeb369ec0e868d73f5133f60.tar.bz2
iro-design-82beafc24562ff2ddeb369ec0e868d73f5133f60.zip
Diffstat (limited to 'src/objects/_avatar.scss')
-rw-r--r--src/objects/_avatar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_avatar.scss b/src/objects/_avatar.scss
index 8f8fad8..eb98378 100644
--- a/src/objects/_avatar.scss
+++ b/src/objects/_avatar.scss
@@ -63,8 +63,8 @@
63 display: flex; 63 display: flex;
64 align-items: center; 64 align-items: center;
65 justify-content: center; 65 justify-content: center;
66 inline-size: 40%; 66 inline-size: 45%;
67 block-size: 40%; 67 block-size: 45%;
68 68
69 @include bem.sibling-elem('content') { 69 @include bem.sibling-elem('content') {
70 clip-path: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="avatar_mask" clipPathUnits="objectBoundingBox" transform="scale(0.1)"><path d="M 0,0 H 10 V 5 H 6.5 C 5.55,5 5,5.55 5,6.5 V 10 H 0 Z" /></clipPath></defs></svg>#avatar_mask'); 70 clip-path: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="avatar_mask" clipPathUnits="objectBoundingBox" transform="scale(0.1)"><path d="M 0,0 H 10 V 5 H 6.5 C 5.55,5 5,5.55 5,6.5 V 10 H 0 Z" /></clipPath></defs></svg>#avatar_mask');