mobile style, for input panel and regenerate buttons

This commit is contained in:
Wentao Lyu 2023-03-17 03:42:55 +08:00
parent ef9f1ee1cf
commit a8c53f1f0d
3 changed files with 25 additions and 12 deletions

View file

@ -46,6 +46,20 @@
}
@media (max-width: 767px) {
.input-panel-button {
border: 0;
}
.input-panel-button svg {
width: 16px;
height: 16px;
}
.input-panel {
background: rgb(52,53,65) !important;
background-image: none !important;
}
.nav-close-button {
display: block;
position: absolute;