mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
chat
This commit is contained in:
parent
1648eeffab
commit
82a82d2aff
7 changed files with 152 additions and 43 deletions
|
|
@ -216,3 +216,40 @@ table.players {
|
|||
background-color: #5b818f66;
|
||||
}
|
||||
}
|
||||
|
||||
table.chat {
|
||||
& td {
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
& td.user {
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
width: 20%;
|
||||
color: var(--text-secondary);
|
||||
text-align: right;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
& td.message {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
& td.duration {
|
||||
width: 80px;
|
||||
text-align: right;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
}
|
||||
|
||||
details.chat {
|
||||
margin-top: -55px;
|
||||
|
||||
& > summary {
|
||||
float: right;
|
||||
}
|
||||
|
||||
& > div {
|
||||
padding-top: 45px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue