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

Commit 2a6dc0b

Browse files
committed
Styling
1 parent ccdf202 commit 2a6dc0b

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

res/css/views/dialogs/_RoomSettingsDialog.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ limitations under the License.
2929
mask-image: url('$(res)/img/feather-customised/users-sm.svg');
3030
}
3131

32+
.mx_RoomSettingsDialog_bridgesIcon::before {
33+
// This icon is pants, please improve :)
34+
mask-image: url('$(res)/img/feather-customised/bridge.svg');
35+
}
36+
3237
.mx_RoomSettingsDialog_warningIcon::before {
3338
mask-image: url('$(res)/img/feather-customised/warning-triangle.svg');
3439
}
@@ -42,3 +47,15 @@ limitations under the License.
4247
padding-left: 40px;
4348
padding-right: 80px;
4449
}
50+
51+
52+
.mx_RoomSettingsDialog_BridgeList {
53+
padding: 0;
54+
}
55+
56+
.mx_RoomSettingsDialog_BridgeList li {
57+
list-style-type: none;
58+
padding: 0;
59+
margin: 0;
60+
border-bottom: 1px solid $panel-divider-color;
61+
}
Lines changed: 50 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)