Merge pull request #2996 from matrix-org/bwindels/composerdesign
Message editing: apply design
This commit is contained in:
commit
1368a5eb80
8 changed files with 60 additions and 23 deletions
|
@ -43,6 +43,10 @@ limitations under the License.
|
|||
padding-top: 0px ! important;
|
||||
}
|
||||
|
||||
.mx_EventTile_isEditing {
|
||||
background-color: $header-panel-bg-color;
|
||||
}
|
||||
|
||||
.mx_EventTile .mx_SenderProfile {
|
||||
color: $primary-fg-color;
|
||||
font-size: 14px;
|
||||
|
@ -72,6 +76,10 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.mx_EventTile_isEditing .mx_MessageTimestamp {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.mx_EventTile .mx_MessageTimestamp {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue