Use parent-border for profile pic

This changes the layout slighly. The image has a sharp edge to the right, which works very well IMO. We would also add custom tailwind border classes if needed.
This commit is contained in:
Tobias 2021-01-20 21:58:15 +01:00
parent 95b44897f9
commit 66cb835ff0

View file

@ -58,9 +58,6 @@
height: 4em;
padding: 0;
margin: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity: 0;
transition: opacity 500ms linear;
}