mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-05-09 04:11:24 -05:00
* Structure change * Remove duplicate folders from previous structure * Cleanup websocket protocol * Updating from based off PR * Fixup - remove wrong files during conflict and get the websocket working * renaming tsx to ts Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
10 lines
126 B
CSS
10 lines
126 B
CSS
.AppShell,
|
|
.AppShell-routes {
|
|
height: 100%;
|
|
}
|
|
|
|
.AppShell {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-width: 768px;
|
|
} |