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

Commit 831053d

Browse files
committed
Make bridge info cards more obvious
1 parent 668479d commit 831053d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

res/css/views/dialogs/_RoomSettingsDialog.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ limitations under the License.
6262

6363
.mx_RoomSettingsDialog_BridgeList li {
6464
list-style-type: none;
65-
padding: 0;
66-
margin: 0;
67-
border-bottom: 1px solid $panel-divider-color;
65+
padding: 5px;
66+
margin-bottom: 5px;
67+
border-width: 1px 0px;
68+
border-color: #dee1f3;
69+
border-style: solid;
6870
}
6971

0 commit comments

Comments
 (0)