Update style.css

This commit is contained in:
phamhungd 2025-11-26 11:55:04 +07:00
parent 3818841abd
commit 5fb1a44e9f

View file

@ -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;