Make bridge info cards more obvious

This commit is contained in:
Half-Shot 2020-01-03 13:58:07 +00:00
parent 668479d94a
commit 831053de11

View file

@ -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;
}