Skip to content
Snippets Groups Projects
Commit aebcf287 authored by nizune's avatar nizune
Browse files

Fixed sessions entries to work with RTL

parent 9deb31a1
Branches
No related merge requests found
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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment