mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
fix(header): fixed icons cutting off in header
This commit is contained in:
parent
6b11248364
commit
3b3ec69edd
2 changed files with 3 additions and 3 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
|||
Subproject commit cfe757a806f038ce68b50d907c43f9f1742756a6
|
||||
Subproject commit 697960e42a5e27947a1b8d7338b406ae5a9372dd
|
|
@ -33,11 +33,11 @@ const Header = styled.div<Props>`
|
|||
background-position: center !important;
|
||||
background-color: var(--primary-header);
|
||||
|
||||
> div {
|
||||
/*> div {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}*/
|
||||
|
||||
svg {
|
||||
flex-shrink: 0;
|
||||
|
|
Loading…
Reference in a new issue