diff --git a/src/client/styles.css b/src/client/styles.css index 25ca065e4..5b58ba793 100644 --- a/src/client/styles.css +++ b/src/client/styles.css @@ -77,19 +77,6 @@ margin: 24px 0; } -.options-section { - background: rgba(0, 0, 0, 0.2); - padding: 12px 24px 24px 24px; - border-radius: 12px; -} - -.option-title { - margin: 0 0 16px 0; - font-size: 20px; - color: #fff; - text-align: center; -} - .option-cards { display: flex; flex-direction: row; @@ -203,14 +190,6 @@ label.option-card:hover { color: #4caf50; } -.lobby-id-box { - display: flex; - align-items: center; - justify-content: center; - gap: 10px; - margin: 8px 0px 0px 0px; -} - #lobbyIdInput { font-family: monospace; font-weight: 600; @@ -242,14 +221,6 @@ label.option-card:hover { font-weight: 600; } -.players-list { - display: flex; - flex-wrap: wrap; - gap: 8px; - justify-content: center; - padding: 0 16px; -} - .player-tag { display: inline-flex; align-items: center; diff --git a/src/client/styles/modal/chat.css b/src/client/styles/modal/chat.css index a71856ba9..5abfe25e1 100644 --- a/src/client/styles/modal/chat.css +++ b/src/client/styles/modal/chat.css @@ -7,13 +7,6 @@ overflow-x: auto; } -.chat-column { - display: flex; - flex-direction: column; - gap: 8px; - min-width: 120px; -} - .column-title { font-weight: bold; margin-bottom: 4px;