mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 15:02:16 -07:00
* new login design * remove effects file (wrong direction) * add Known Hosts dropdown component Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
34 lines
406 B
CSS
34 lines
406 B
CSS
.server,
|
|
.server-rooms,
|
|
.server-rooms__side {
|
|
height: 100%;
|
|
}
|
|
|
|
.server {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
.serverRoomWrapper {
|
|
height: 100%;
|
|
}
|
|
|
|
.serverMessage {
|
|
height: 100%;
|
|
padding: 20px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.server-rooms {
|
|
width: 100%;
|
|
}
|
|
|
|
.server-rooms__side-label {
|
|
position: sticky;
|
|
top: 0;
|
|
padding: 10px;
|
|
background: white;
|
|
z-index: 1;
|
|
}
|