WIP minus unfinished split grid layouts

This commit is contained in:
Robin Townsend
2023-01-18 10:52:12 -05:00
parent 9437a00997
commit d3fba7fd5f
6 changed files with 156 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ limitations under the License.
.inRoom {
position: relative;
display: flex;
gap: 8px;
flex-direction: column;
overflow: hidden;
min-height: 100%;