mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: Missing brace
This commit is contained in:
parent
165fcb13cb
commit
47d6dc09db
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user