Update suggestion's styles

This commit is contained in:
redphx 2024-12-10 21:53:57 +07:00
parent b84c464066
commit d8a085d43f
3 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -324,18 +324,22 @@
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
background: #003861; background: #003861;
height: 45px;
align-items: center;
label { label {
flex: 1; flex: 1;
padding: 10px; align-content: center;
padding: 0 10px;
background: #004f87; background: #004f87;
height: 100%;
} }
span { span {
display: inline-block; display: inline-block;
align-self: center; align-self: center;
padding: 10px; padding: 10px;
width: 40px; width: 45px;
text-align: center; text-align: center;
} }