This commit is contained in:
Half-Shot 2019-12-02 17:27:31 +00:00
parent 7c35b16f4d
commit 626ab17ed3
2 changed files with 67 additions and 0 deletions

View file

@ -29,6 +29,11 @@ limitations under the License.
mask-image: url('$(res)/img/feather-customised/users-sm.svg');
}
.mx_RoomSettingsDialog_bridgesIcon::before {
// This icon is pants, please improve :)
mask-image: url('$(res)/img/feather-customised/bridge.svg');
}
.mx_RoomSettingsDialog_warningIcon::before {
mask-image: url('$(res)/img/feather-customised/warning-triangle.svg');
}
@ -42,3 +47,15 @@ limitations under the License.
padding-left: 40px;
padding-right: 80px;
}
.mx_RoomSettingsDialog_BridgeList {
padding: 0;
}
.mx_RoomSettingsDialog_BridgeList li {
list-style-type: none;
padding: 0;
margin: 0;
border-bottom: 1px solid $panel-divider-color;
}