Skip to content

Commit

Permalink
Fix styling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus committed Feb 10, 2025
1 parent 34b815b commit e9f9662
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions g4f/gui/client/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,7 @@ ul {
justify-content: center;
align-items: center;
transition: all 0.3s ease;
padding: 10px 12px;
}

.mobile-sidebar i {
Expand Down Expand Up @@ -1611,13 +1612,6 @@ textarea {
resize: vertical;
}

/* Adaptive buttons */
button {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.file-label {
flex-shrink: 0;
}
Expand All @@ -1630,10 +1624,6 @@ button {
}

@media (max-width: 480px) {
.buttons .field {
flex: 1 1 100%;
}

#model, #provider {
max-width: 100%;
}
Expand Down

0 comments on commit e9f9662

Please sign in to comment.