mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-12 18:29:57 -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`
|
const ServersBase = styled.div`
|
||||||
width: 56px;
|
width: 56px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-left: 2px;
|
padding-inline-start: 2px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
Loading…
Reference in a new issue