mirror of https://github.com/vector-im/riot-web
Push ForwardDialog scrollbar into the gutter
…to give more space between it and the buttons. Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
parent
5c10e1e574
commit
bfba2b0b6f
|
@ -48,6 +48,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_ForwardList_content {
|
.mx_ForwardList_content {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
// Push the scrollbar into the gutter
|
||||||
|
margin-right: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ForwardList_noResults {
|
.mx_ForwardList_noResults {
|
||||||
|
@ -56,6 +58,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ForwardList_section {
|
.mx_ForwardList_section {
|
||||||
|
margin-right: 6px;
|
||||||
|
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue