Use modern layout in file and notification panel

This commit is contained in:
Germain Souquet
2021-07-22 16:00:41 +02:00
parent 78ae4ebc1e
commit 02b08888b5
4 changed files with 13 additions and 4 deletions

View File

@@ -45,9 +45,14 @@ limitations under the License.
/* Overrides for the attachment body tiles */
.mx_FilePanel .mx_EventTile {
.mx_FilePanel .mx_EventTile:not([data-layout=bubble]) {
word-break: break-word;
margin-top: 32px;
margin-top: 10px;
padding-top: 0;
.mx_EventTile_line {
padding-left: 0;
}
}
.mx_FilePanel .mx_EventTile .mx_MImageBody {