Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8362174

Browse files
authored
Improve style of DialogSidebar (of live location map) (#8760)
1 parent 46f07a8 commit 8362174

File tree

1 file changed

+24
-29
lines changed

1 file changed

+24
-29
lines changed

res/css/components/views/beacon/_DialogSidebar.scss

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -29,34 +29,29 @@ limitations under the License.
2929

3030
background-color: $background;
3131
box-shadow: 0px 4px 4px $menu-box-shadow-color;
32-
}
33-
34-
.mx_DialogSidebar_header {
35-
display: flex;
36-
flex-direction: row;
37-
align-items: center;
38-
justify-content: space-between;
39-
40-
flex: 0 0;
41-
margin-bottom: $spacing-16;
42-
43-
color: $primary-content;
44-
}
45-
46-
.mx_DialogSidebar_closeButton {
47-
@mixin ButtonResetDefault;
48-
}
49-
50-
.mx_DialogSidebar_closeButtonIcon {
51-
color: $tertiary-content;
52-
height: 12px;
53-
}
5432

55-
.mx_DialogSidebar_list {
56-
list-style: none;
57-
padding: 0;
58-
margin: 0;
59-
flex: 1 1 0;
60-
width: 100%;
61-
overflow: auto;
33+
.mx_DialogSidebar_header {
34+
display: flex;
35+
align-items: center;
36+
justify-content: space-between;
37+
38+
flex: 0 0;
39+
margin-bottom: $spacing-16;
40+
41+
color: $primary-content;
42+
43+
.mx_DialogSidebar_closeButtonIcon {
44+
color: $tertiary-content;
45+
height: 12px;
46+
}
47+
}
48+
49+
.mx_DialogSidebar_list {
50+
list-style: none;
51+
padding: 0;
52+
margin: 0;
53+
flex: 1 1 0;
54+
width: 100%;
55+
overflow: auto;
56+
}
6257
}

0 commit comments

Comments
 (0)