Skip to content

Commit

Permalink
Reset emoji picker location from the corner to the bottom row for 4.3…
Browse files Browse the repository at this point in the history
….0 (2024-01-27)
  • Loading branch information
ronilaukkarinen committed Jan 28, 2024
1 parent d9a33f2 commit dcc5651
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* Add profile link icons for Facebook and Bandcamp
* Fix a regression with reply-indicator, remove style no longer needed in 4.3.0 (2024-01-27)
* Fix follow requests icon for 4.3.0 (2024-01-27)
* Reset emoji picker location from the corner to the bottom row for 4.3.0 (2024-01-27)

### 1.8.3: 2023-11-12

Expand Down
7 changes: 0 additions & 7 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -2970,13 +2970,6 @@ body.embed .button.logo-button:hover,
.layout-multiple-columns .navigation-bar + .compose-form {
padding-top: 10px;
}

.layout-multiple-columns .compose-form__highlightable .emoji-picker-dropdown,
.layout-multiple-columns .compose-form .emoji-picker-dropdown {
inset-inline-end: 8px;
position: absolute;
top: 8px;
}
}

@media (min-width: 889px) and (max-height: 1000px) {
Expand Down
7 changes: 0 additions & 7 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -3061,13 +3061,6 @@ body.embed .button.logo-button:hover,
.layout-single-column .navigation-bar + .compose-form {
padding-top: 10px;
}

.layout-single-column .compose-form__highlightable .emoji-picker-dropdown,
.layout-single-column .compose-form .emoji-picker-dropdown {
inset-inline-end: 8px;
position: absolute;
top: 8px;
}
}

@media (min-width: 889px) and (max-height: 1000px) {
Expand Down

0 comments on commit dcc5651

Please sign in to comment.