more fixes

This commit is contained in:
Henry Jameson 2024-02-13 02:27:53 +02:00
commit c16f1d4e35
12 changed files with 20 additions and 122 deletions

View file

@ -50,8 +50,7 @@
position: absolute;
top: 0.2em;
right: 0.2em;
border-radius: $fallback--tooltipRadius;
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
border-radius: var(--roundness);
background-color: rgb(0 0 0 / 60%);
opacity: 0.7;
width: 1.5em;

View file

@ -227,8 +227,6 @@
min-width: 20px;
min-height: 20px;
line-height: 20px;
border-radius: $fallback--avatarAltRadius;
border-radius: var(--avatarAltRadius, $fallback--avatarAltRadius);
}
.avatar {