removed min-width statements that were messing up my layouts

This commit is contained in:
RiedleroD 2024-05-20 17:08:30 +02:00 committed by RiedleroD
parent 918b0e3770
commit 31055fb4f2

View file

@ -105,16 +105,11 @@
padding: 0 26px;
.container {
min-width: 0;
padding: 16px 0 6px;
display: flex;
align-items: flex-start;
max-height: 56px;
> * {
min-width: 0;
}
.Avatar {
--_avatarShadowBox: var(--avatarShadow);
--_avatarShadowFilter: var(--avatarShadowFilter);