freegpt-webui / client /css /buttons.css
monra's picture
Rename CSS class (bottom_buttons -> sidebar-footer)
91005d4
raw
history blame
205 Bytes
.buttons {
display: flex;
align-items: center;
justify-content: left;
width: 100%;
}
@media screen and (max-width: 990px) {
.buttons {
align-items: flex-start;
flex-wrap: wrap;
gap: 15px;
}
}