mahesh1209 commited on
Commit
cedb883
·
verified ·
1 Parent(s): 86cbb81

Update frontend/style.css

Browse files
Files changed (1) hide show
  1. frontend/style.css +6 -1
frontend/style.css CHANGED
@@ -4,7 +4,12 @@ body {
4
  margin: 0; padding: 24px; background: #121212; color: #eaeaea;
5
  }
6
  .container { max-width: 720px; margin: 0 auto; }
7
- h1 { margin-top: 0; }
 
 
 
 
 
8
  #name-section, #chat-section { background: #1e1e1e; padding: 16px; border-radius: 8px; }
9
  .hidden { display: none; }
10
 
 
4
  margin: 0; padding: 24px; background: #121212; color: #eaeaea;
5
  }
6
  .container { max-width: 720px; margin: 0 auto; }
7
+ h1 { margin: 12px 0 8px; }
8
+
9
+ .top-bar {
10
+ display: flex; gap: 8px; justify-content: flex-end; margin-bottom: 8px;
11
+ }
12
+
13
  #name-section, #chat-section { background: #1e1e1e; padding: 16px; border-radius: 8px; }
14
  .hidden { display: none; }
15