mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Webatrice: Update nav (#4380)
* wip: subnav debug * nav redesign * remove unnecessary code * remove subnav * add leaveRoom button Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
da9222929b
commit
c9ddd042fc
7 changed files with 205 additions and 115 deletions
|
|
@ -1,4 +1,5 @@
|
|||
.room-view,
|
||||
.room-view__main,
|
||||
.room-view__games,
|
||||
.room-view__messages,
|
||||
.room-view__messages-content,
|
||||
|
|
@ -6,12 +7,17 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.room-view,
|
||||
.room-view__messages,
|
||||
.room-view__side {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.room-view__main {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.room-view__messages-sayMessage {
|
||||
width: 100%;
|
||||
margin: 10px auto 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue