mirror of https://github.com/vector-im/riot-web
Small tweaks to padding and sizing
parent
995a7879a1
commit
b28bb34cb7
|
@ -196,7 +196,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomView_MessageList {
|
.mx_RoomView_MessageList {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 18px;
|
padding: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* needed as min-height is set to clientHeight in ScrollPanel
|
/* needed as min-height is set to clientHeight in ScrollPanel
|
||||||
to prevent shrinking when WhoIsTypingTile is hidden */
|
to prevent shrinking when WhoIsTypingTile is hidden */
|
||||||
|
|
|
@ -408,7 +408,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line {
|
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line {
|
||||||
border-left: $e2e-verified-color 5px solid;
|
border-left: $e2e-verified-color 4px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile:hover.mx_EventTile_unverified .mx_EventTile_line {
|
.mx_EventTile:hover.mx_EventTile_unverified .mx_EventTile_line {
|
||||||
|
|
|
@ -35,7 +35,7 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding: 0 10px 0 19px;
|
padding: 0 10px 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_spinner {
|
.mx_RoomHeader_spinner {
|
||||||
|
|
Loading…
Reference in New Issue