mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 06:51:21 +02:00
Fix sizing of e2e shield in bubble layout (#7394)
This commit is contained in:
parent
314475985c
commit
d009cebb07
@ -176,6 +176,10 @@ limitations under the License.
|
|||||||
border-top-left-radius: var(--cornerRadius);
|
border-top-left-radius: var(--cornerRadius);
|
||||||
border-top-right-radius: var(--cornerRadius);
|
border-top-right-radius: var(--cornerRadius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_EventTile_e2eIcon {
|
||||||
|
flex-shrink: 0; // keep it at full size
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_line:not(.mx_EventTile_mediaLine) {
|
.mx_EventTile_line:not(.mx_EventTile_mediaLine) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user