fix(header): fixed icons cutting off in header

This commit is contained in:
trashtemp
2021-12-25 00:47:42 +01:00
parent 2cb9a5e28c
commit f68f145470
2 changed files with 3 additions and 3 deletions

2
external/lang vendored

View File

@@ -33,11 +33,11 @@ const Header = styled.div<Props>`
background-position: center !important; background-position: center !important;
background-color: var(--primary-header); background-color: var(--primary-header);
> div { /*> div {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }*/
svg { svg {
flex-shrink: 0; flex-shrink: 0;