mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix: rtl padding
This commit is contained in:
parent
f01943c681
commit
fe382f9532
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function Icon({
|
|||
const ServersBase = styled.div`
|
||||
width: 56px;
|
||||
height: 100%;
|
||||
padding-left: 2px;
|
||||
padding-inline-start: 2px;
|
||||
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
|
|
Loading…
Reference in a new issue