mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-24 22:52:09 -05:00
Fixed sessions entries to work with RTL
This commit is contained in:
parent
9deb31a1b6
commit
aebcf2875a
4 changed files with 5 additions and 4 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
|||
Subproject commit bacb6bb8c731ab3216dc6928328cb795d52333a2
|
||||
Subproject commit 8191f8301732d2863bb100a8839862c7d92294c3
|
|
@ -124,7 +124,7 @@
|
|||
/ min-content minmax(20px, 1fr) min-content;
|
||||
|
||||
align-items: center;
|
||||
column-gap: 8px;
|
||||
column-gap: 12px;
|
||||
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
/ minmax(20px, 1fr) min-content;
|
||||
|
||||
align-items: center;
|
||||
column-gap: 8px;
|
||||
column-gap: 12px;
|
||||
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
|
|
|
@ -306,6 +306,7 @@
|
|||
.sessions {
|
||||
.session {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.entry {
|
||||
|
@ -333,7 +334,7 @@
|
|||
.icon {
|
||||
gap: 8px;
|
||||
display: flex;
|
||||
padding-right: 12px;
|
||||
/*padding-right: 12px;*/
|
||||
align-items: center;
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Reference in a new issue