mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Added a border to the top of the sections to better seperate them when they are stuck together
This commit is contained in:
parent
b782e7b9ad
commit
900b4b4cf8
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ limitations under the License.
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: rgba(118, 207, 166, 0.2);
|
background-color: rgba(118, 207, 166, 0.2);
|
||||||
|
border-top: solid 2px #eaf5f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSubList_label.mx_RoomSubList_fixed {
|
.mx_RoomSubList_label.mx_RoomSubList_fixed {
|
||||||
|
|
Loading…
Reference in a new issue