mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
fix CSS
This commit is contained in:
parent
42b7410a5d
commit
a90492e393
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
||||||
.mx_EventTile {
|
.mx_EventTile {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 24px;
|
padding-top: 24px;
|
||||||
margin-left: 65px;
|
margin-left: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_continuation {
|
.mx_EventTile_continuation {
|
||||||
margin-top: 8px ! important;
|
padding-top: 8px ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_verified {
|
.mx_EventTile_verified {
|
||||||
|
|
Loading…
Reference in a new issue