Update style.css
This commit is contained in:
parent
3818841abd
commit
5fb1a44e9f
1 changed files with 2 additions and 4 deletions
|
|
@ -235,6 +235,7 @@ a:hover {
|
|||
justify-content: center;
|
||||
border-radius: 0.45rem;
|
||||
min-width: 90px;
|
||||
flex:1;
|
||||
}
|
||||
|
||||
.controls-footer #generate-btn {
|
||||
|
|
@ -470,6 +471,7 @@ textarea {
|
|||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex:1;
|
||||
}
|
||||
|
||||
#confirm-refine-btn:hover {
|
||||
|
|
@ -1822,10 +1824,6 @@ button#generate-btn:disabled {
|
|||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.controls-footer button {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.category-input-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Reference in a new issue