This commit is contained in:
Putoo
2026-05-19 18:34:24 +08:00
parent 24c784e6a4
commit 2c85872abd
10 changed files with 341 additions and 61 deletions

View File

@@ -115,6 +115,27 @@ a:focus {
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ipt-btn-gray-m {
width: 60px;
height: 20px;
border: none;
}
.chat {
word-wrap: break-word;
}
.chat img {
margin-right: 2px;
vertical-align: middle;
}
.em {
height: 30px;
width: 30px;
}
.badge {
max-height: 25px;
max-width: 25px;
}
.btn {
display: inline-block;