Threads appearance tweaks (#8233)

This commit is contained in:
Germain 2022-04-05 18:07:34 +01:00 committed by GitHub
parent 3cf3eb75af
commit cb5c524067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,10 @@ limitations under the License.
height: 100px; height: 100px;
overflow: visible; overflow: visible;
&.mx_BaseCard {
padding-right: 0;
}
.mx_BaseCard_header { .mx_BaseCard_header {
margin-bottom: 12px; margin-bottom: 12px;
@ -128,6 +132,7 @@ limitations under the License.
.mx_RoomView_MessageList { .mx_RoomView_MessageList {
padding-left: 12px; padding-left: 12px;
padding-right: 0; padding-right: 0;
content-visibility: visible;
} }
.mx_EventTile, .mx_EventTile,
@ -236,6 +241,7 @@ limitations under the License.
gap: 4px; gap: 4px;
position: relative; position: relative;
top: 2px; top: 2px;
padding-right: 8px;
.mx_AccessibleButton_kind_link_inline { .mx_AccessibleButton_kind_link_inline {
color: $secondary-content; color: $secondary-content;