🎨 Replace sir with turf + move css to dedicated scss files
This commit is contained in:
14
src/components/avatar_selector.scss
Normal file
14
src/components/avatar_selector.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.selector {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
aspect-ratio: 1;
|
||||
|
||||
.picture {
|
||||
position: absolute;
|
||||
height: 75%;
|
||||
aspect-ratio: 1;
|
||||
|
||||
bottom: 17.5%;
|
||||
right: 18%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user