tabby/tabby-core/src/components/profileIcon.component.scss
2022-03-13 10:03:32 +01:00

16 lines
194 B
SCSS

:host {
display: flex;
align-items: center;
max-width: 1.25rem;
}
::ng-deep img {
max-width: 100%;
max-height: 100%;
}
::ng-deep svg {
width: 100%;
height: 100%;
}