mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
fix e2e icon top offset in compact mode
This commit is contained in:
parent
158e949165
commit
4d3cc0a53f
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_e2eIcon {
|
.mx_EventTile_e2eIcon {
|
||||||
top: 7px;
|
top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_editButton {
|
.mx_EventTile_editButton {
|
||||||
|
|
Loading…
Reference in a new issue