Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0dc5200

Browse files
GlandosGlandos
authored andcommitted
Push name to the end, near text, in IRC layout
Currently, the name (and aux message) are align to the start, leaving a blank space between the end of the name and the message. In a lot of IRC themes, names (and actions) are aligned to the end, next to the message, for a better readability. Signed-off-by: Adrien CLERC <[email protected]>
1 parent 03588f8 commit 0dc5200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/rooms/_IRCLayout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ $irc-line-height: $font-18px;
186186
overflow: hidden;
187187
text-overflow: ellipsis;
188188
min-width: var(--name-width);
189+
text-align: end;
189190
}
190191
}
191192
}

0 commit comments

Comments
 (0)