fix: Missing brace

This commit is contained in:
HIMlaoS_Misa 2024-03-19 17:32:14 +08:00 committed by GitHub
parent 165fcb13cb
commit 47d6dc09db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,10 +154,12 @@ ob-setting-select::part(option-list) {
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: flex-start; justify-content: flex-start;
gap: 4px; gap: 4px;
}
#llonebot-error{ #llonebot-error {
color: red; color: red;
height: 100px; height: 100px;
overflow: visible; overflow: visible;
display: flex; display: flex;
align-items: center; align-items: center;
}