pushing fixed element style + prebuilt

This commit is contained in:
Kibi Kelburton 2021-12-11 19:17:51 +01:00
parent 87eb514289
commit 84aaca1df0
3 changed files with 45 additions and 2 deletions

View File

@ -60,3 +60,45 @@
.mx_RoomHeader_wrapper {
border: 0!important;
}
/* messagebox stuff*/
.mx_MessageComposer_wrapper {
border-top: 1px solid #40444b36 !important;
}
.mx_SendMessageComposer {
background: var(--timeline-background-color)!important;
}
.mx_SendMessageComposer .mx_BasicMessageComposer .mx_BasicMessageComposer_input {
background: var(--roomlist-background-color)!important;
padding: 10px!important;
border-radius: 5px!important;
margin-top: 10px!important;
margin-bottom: 10px!important;
}
.mx_MessageComposer_e2eIcon.mx_E2EIcon {
position: absolute!important;
margin-right: 0!important;
margin-left: -5px!important;
width: 12px!important;
height: 12px!important;
top: 5px!important;
left: unset !important;
z-index: 1!important;
}
.mx_EventTile:not([data-layout="bubble"]):hover.mx_EventTile_verified .mx_EventTile_line {
-webkit-box-shadow: inset 54px 0 0 -50px var(--accent)!important;
box-shadow: inset 54px 0 0 -50px var(--accent)!important;
}
/*
>hardcoding the fucking color code jesus christ
https://github.com/matrix-org/matrix-react-sdk/blob/57fae019917bd309ef65e4599d061bd0409fb5b9/res/css/views/elements/_Tooltip.scss#L65
*/
.mx_Tooltip {
background-color: var(--roomlist-background-color,#21262C)!important;
/* margin-top: -3px!important; */
}

View File

@ -67,7 +67,8 @@
"reaction-row-button-selected-bg-color": "#b9bbbe",
"quinary-content": "#4b4b4b",
"system": "#3b3b3b"
"system": "#3b3b3b",
"menu-selected-color": "#3b3b3b"
}
}
]}