mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 16:31:37 +02:00
Merge pull request #4752 from matrix-org/joriks/irc-encryption-alignment
Fix e2e icon alignment in irc-layout
This commit is contained in:
commit
3895c03ee2
@ -100,10 +100,16 @@ $irc-line-height: $font-18px;
|
|||||||
position: relative;
|
position: relative;
|
||||||
right: unset;
|
right: unset;
|
||||||
left: unset;
|
left: unset;
|
||||||
|
top: 0;
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
order: 3;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
|
||||||
|
height: $font-18px;
|
||||||
|
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user