We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646f6f5 commit 87e9b14Copy full SHA for 87e9b14
index.html
@@ -37,6 +37,10 @@
37
display: flex;
38
justify-content: space-between;
39
align-items: center;
40
+ position: sticky;
41
+ top: 0;
42
+ z-index: 1000;
43
+ flex-shrink: 0;
44
}
45
46
.title {
@@ -354,7 +358,7 @@
354
358
</head>
355
359
<body>
356
360
<div class="header">
357
- <div class="title">>>> RetroChat IRC v1.0 <<<</div>
361
+ <div class="title">RetroChat</div>
362
<div class="user-info">
363
<input type="text" class="nickname-input" placeholder="Enter nickname..." value="Anonymous">
364
<div class="status-group">
0 commit comments