Tweak padding

pull/21833/head
Nad Chishtie 2020-07-13 20:50:26 +01:00
parent a19f0fac2f
commit a3b1c93149
2 changed files with 2 additions and 2 deletions

View File

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

View File

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