mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Push ForwardDialog scrollbar into the gutter
…to give more space between it and the buttons. Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
5c10e1e574
commit
bfba2b0b6f
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue