Slightly improve the look of the `Message edits` dialog (#8763)
* Improve the look of the `Message edits` dialog Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Left-align title Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/28788/head^2
parent
027827393a
commit
8c13a0f8d4
|
@ -14,10 +14,6 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_MessageEditHistoryDialog .mx_Dialog_header > .mx_Dialog_title {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MessageEditHistoryDialog {
|
.mx_MessageEditHistoryDialog {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -56,17 +52,31 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile {
|
.mx_EventTile {
|
||||||
|
padding-top: 0 !important; // Override mx_EventTile:not([data-layout=bubble])
|
||||||
|
|
||||||
.mx_MessageTimestamp {
|
.mx_MessageTimestamp {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.mx_EventTile_line, .mx_EventTile_content {
|
.mx_EventTile_line {
|
||||||
margin-right: 0px;
|
padding-top: 1px;
|
||||||
|
padding-bottom: 3px;
|
||||||
|
|
||||||
|
line-height: $font-22px;
|
||||||
|
|
||||||
|
.mx_EventTile_content {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageActionBar .mx_AccessibleButton {
|
.mx_MessageActionBar .mx_AccessibleButton {
|
||||||
font-size: $font-10px;
|
display: flex;
|
||||||
padding: 0 8px;
|
align-items: center;
|
||||||
|
|
||||||
|
padding-inline-start: $spacing-8;
|
||||||
|
padding-inline-end: $spacing-8;
|
||||||
|
|
||||||
|
font-size: $font-15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue