mirror of https://github.com/vector-im/riot-web
bring back padding between show more and resize handle
parent
b6a5fa38e1
commit
7ff3e6a26d
|
@ -183,6 +183,7 @@ limitations under the License.
|
||||||
// See also https://github.com/vector-im/riot-web/issues/14429.
|
// See also https://github.com/vector-im/riot-web/issues/14429.
|
||||||
&:first-child .mx_RoomSublist2_headerContainer {
|
&:first-child .mx_RoomSublist2_headerContainer {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSublist2_resizeBox {
|
.mx_RoomSublist2_resizeBox {
|
||||||
|
|
Loading…
Reference in New Issue