Skip to content

Commit

Permalink
fix(ui): gap at top of page in tablet mode (#8885)
Browse files Browse the repository at this point in the history
Due to a non-integer pixel height.

Also fixes cropped icons in article actions menu for the same reason.
  • Loading branch information
LeoMcA authored May 19, 2023
1 parent 4d92d86 commit dd98b12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/ui/molecules/theme-switcher/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
.theme-switcher-menu,
.languages-switcher-menu {
> .button {
display: block;

.button-wrap:after {
background-color: var(--icon-secondary);
content: "";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@use "../../../../ui/vars" as *;

.bookmark-menu {
> .button {
display: block;
}

.is-button-row {
flex-direction: row-reverse;
justify-content: flex-start;
Expand Down

0 comments on commit dd98b12

Please sign in to comment.