mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +02:00
Add 10px to comment
This commit is contained in:
parent
175fc0e2a1
commit
58db992382
@ -18,7 +18,7 @@ limitations under the License.
|
|||||||
|
|
||||||
// Note: the room tile expects to be in a flexbox column container
|
// Note: the room tile expects to be in a flexbox column container
|
||||||
.mx_RoomTile2 {
|
.mx_RoomTile2 {
|
||||||
width: calc(100% - 21px); // 8px for padding (4px on either side), 3px for margin
|
width: calc(100% - 21px); // 10px for alignment/inset, 8px for padding on sides, 3px for margin
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user