Move name UI to its own bar below status
This commit is contained in:
@@ -33,17 +33,19 @@ body {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.name-inline {
|
||||
.name-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
.name-inline input {
|
||||
width: 160px;
|
||||
}
|
||||
.name-inline .hint {
|
||||
margin: 0;
|
||||
gap: 10px;
|
||||
padding: 10px 12px;
|
||||
margin-top: 8px;
|
||||
background: rgba(15, 23, 42, 0.8);
|
||||
border: 1px solid #1f2937;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 6px 16px rgba(0,0,0,0.2);
|
||||
}
|
||||
.name-bar input { width: 180px; }
|
||||
.name-bar .hint { margin: 0; }
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user