mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02: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
@ -48,6 +48,8 @@ limitations under the License.
|
||||
|
||||
.mx_ForwardList_content {
|
||||
flex-grow: 1;
|
||||
// Push the scrollbar into the gutter
|
||||
margin-right: -6px;
|
||||
}
|
||||
|
||||
.mx_ForwardList_noResults {
|
||||
@ -56,6 +58,8 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_ForwardList_section {
|
||||
margin-right: 6px;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user