mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
basic divider lines for tiles
This commit is contained in:
parent
399d3c5c24
commit
fdd324a943
@ -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…
x
Reference in New Issue
Block a user