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 {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-bottom: 1px solid $panel-divider-color;
|
||||
padding: 5px;
|
||||
margin-bottom: 5px;
|
||||
border-width: 1px 0px;
|
||||
border-color: #dee1f3;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue