Make bridge info cards more obvious
This commit is contained in:
parent
668479d94a
commit
831053de11
1 changed files with 5 additions and 3 deletions
|
@ -62,8 +62,10 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomSettingsDialog_BridgeList li {
|
.mx_RoomSettingsDialog_BridgeList li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 5px;
|
||||||
margin: 0;
|
margin-bottom: 5px;
|
||||||
border-bottom: 1px solid $panel-divider-color;
|
border-width: 1px 0px;
|
||||||
|
border-color: #dee1f3;
|
||||||
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue