mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Threads appearance tweaks (#8233)
This commit is contained in:
parent
3cf3eb75af
commit
cb5c524067
@ -20,6 +20,10 @@ limitations under the License.
|
||||
height: 100px;
|
||||
overflow: visible;
|
||||
|
||||
&.mx_BaseCard {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.mx_BaseCard_header {
|
||||
margin-bottom: 12px;
|
||||
|
||||
@ -128,6 +132,7 @@ limitations under the License.
|
||||
.mx_RoomView_MessageList {
|
||||
padding-left: 12px;
|
||||
padding-right: 0;
|
||||
content-visibility: visible;
|
||||
}
|
||||
|
||||
.mx_EventTile,
|
||||
@ -236,6 +241,7 @@ limitations under the License.
|
||||
gap: 4px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
padding-right: 8px;
|
||||
|
||||
.mx_AccessibleButton_kind_link_inline {
|
||||
color: $secondary-content;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user