updating to v.1.9.7-33, QoL: styling the upload bar, making the notification counter red when receiving a private message or highlight

This commit is contained in:
Kibi Kelburton 2021-12-17 18:11:49 +01:00
parent b4619b778f
commit fcde36e1c1
2 changed files with 43 additions and 0 deletions

View File

@ -148,3 +148,46 @@ https://github.com/matrix-org/matrix-react-sdk/blob/57fae019917bd309ef65e4599d06
border-bottom-left-radius: 5px !important; border-bottom-left-radius: 5px !important;
border-bottom-right-radius: 5px !important; border-bottom-right-radius: 5px !important;
} }
.mx_MStickerBody_wrapper {
padding: 0!important;
}
.mx_EventTile_content .markdown-body code, .mx_EventTile_content .markdown-body pre {
background-color: #1F1F1F!important;
}
.mx_MVideoBody {
width: 500px !important;
display: block !important;
max-height: 300px !important;
background: black !important;
max-width: 100%!important;
}
.mx_UploadBar {
padding: 10px!important;
background: var(--roomlist-background-color)!important;
color: var(--roomlist-text-color)!important;
}
progress.mx_ProgressBar {
background-color: var(--roomlist-highlights-color,)!important;
}
.mx_RoomView_statusAreaBox_line {
border: 0 !important
}
/* red notification badge */
.mx_NotificationBadge.mx_NotificationBadge_visible.mx_NotificationBadge_2char {
background: var(--alert)!important;
}
.mx_AccessibleButton.mx_NotificationBadge.mx_NotificationBadge_visible.mx_NotificationBadge_2char {
background: var(--alert)!important;
}
.mx_UploadBar .mx_ProgressBar {
width: 100%!important;
}

Binary file not shown.