mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
basic divider lines for tiles
This commit is contained in:
parent
399d3c5c24
commit
fdd324a943
1 changed files with 5 additions and 2 deletions
|
@ -18,8 +18,6 @@ limitations under the License.
|
|||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
grid-column-gap: 10px;
|
||||
grid-row-gap: 10px;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
|
@ -30,6 +28,11 @@ limitations under the License.
|
|||
content: "no room in this tile yet";
|
||||
}
|
||||
|
||||
.mx_RoomGridView_tile {
|
||||
border-right: 1px solid $panel-divider-color;
|
||||
border-bottom: 1px solid $panel-divider-color;
|
||||
}
|
||||
|
||||
.mx_RoomGridView_tile > .mx_RoomView {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue