mirror of https://github.com/vector-im/riot-web
Tweak padding
parent
a19f0fac2f
commit
a3b1c93149
|
@ -196,7 +196,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomView_MessageList {
|
.mx_RoomView_MessageList {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 12px;
|
padding: 16px;
|
||||||
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 */
|
||||||
|
|
|
@ -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 12px;
|
padding: 0 10px 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_spinner {
|
.mx_RoomHeader_spinner {
|
||||||
|
|
Loading…
Reference in New Issue