styles
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/* Verschieben Sie diese Stile aus styles.css hierher */
|
||||
:host {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.user-profile img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
cursor: pointer;
|
||||
border: 2px solid var(--color-border);
|
||||
transition: border-color var(--transition-speed);
|
||||
}
|
||||
|
||||
.user-profile img:hover {
|
||||
border-color: var(--color-primary);
|
||||
}
|
||||
Reference in New Issue
Block a user