mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Tweak padding
This commit is contained in:
parent
a19f0fac2f
commit
a3b1c93149
@ -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 */
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user