mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Cleanup diff
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import '../../../../styles/partials/variables';
|
||||
|
||||
.chat-box {
|
||||
max-width: 500px;
|
||||
height: 37px;
|
||||
|
||||
@@ -112,7 +112,7 @@ export function createChatLogLineDOM(clickLabel: ClickHandler, clickName: ClickH
|
||||
'span', 'chat-line-label mr-1', [line.labelText = textNode('')], undefined, { click: () => clickLabel(line.entry) }),
|
||||
line.prefixText = textNode(''),
|
||||
line.name = element('span', 'chat-line-name', [
|
||||
textNode(`[`),
|
||||
textNode('['),
|
||||
line.nameContent = element(
|
||||
'span', 'chat-line-name-content', [textNode('')], undefined, { click: () => clickName(line.entry) }),
|
||||
line.index = element('span', 'chat-line-name-index', [line.indexText = textNode('')], { title: 'duplicate name' }),
|
||||
|
||||
Reference in New Issue
Block a user