Skip to content

Commit abbafd6

Browse files
committed
fix: hide composer follow-up hint on phone layout
1 parent e7dfd01 commit abbafd6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/composer.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,10 @@
933933
display: none;
934934
}
935935

936+
.app.layout-phone .composer-followup-hint {
937+
display: none;
938+
}
939+
936940
.app.layout-phone .composer-select-wrap {
937941
gap: 4px;
938942
padding: 2px 5px;

0 commit comments

Comments
 (0)