Small tweaks to padding and sizing

pull/21833/head
Nad Chishtie 2020-07-13 20:13:20 +01:00
parent 995a7879a1
commit b28bb34cb7
3 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ limitations under the License.
.mx_RoomView_MessageList {
list-style-type: none;
padding: 18px;
padding: 12px;
margin: 0;
/* needed as min-height is set to clientHeight in ScrollPanel
to prevent shrinking when WhoIsTypingTile is hidden */

View File

@ -408,7 +408,7 @@ limitations under the License.
}
.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 {

View File

@ -35,7 +35,7 @@ limitations under the License.
display: flex;
align-items: center;
min-width: 0;
padding: 0 10px 0 19px;
padding: 0 10px 0 12px;
}
.mx_RoomHeader_spinner {