Switch to Avatar from Compound

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-08-31 15:46:09 +02:00
parent 40283ab760
commit 1cb0ad2f65
11 changed files with 52 additions and 175 deletions

View File

@@ -24,17 +24,3 @@ limitations under the License.
.userButton svg * {
fill: var(--cpd-color-icon-primary);
}
.avatar {
width: 24px;
height: 24px;
font-size: var(--font-size-caption);
}
@media (min-width: 800px) {
.avatar {
width: 32px;
height: 32px;
font-size: var(--font-size-body);
}
}