Skip to content

Commit

Permalink
Fix: Content - Reduce translate table height #910
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jun 28, 2024
1 parent 58ff8dc commit 7d8225e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/leptonContent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions css/leptonContentESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions src/contents/_compatibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
padding-inline-start: 35px !important;
}

// #910
.translations-manage-language:first-child {
padding-block: 4px !important;
margin-bottom: 4px !important;
}
.translations-manage-language button {
min-height: var(--size-item-medium, 28px) !important;
max-height: var(--size-item-medium, 28px) !important;
}

// Align & Separator #722
#firefoxExperimentalCategory {
&:not([hidden="true"]) {
Expand Down

0 comments on commit 7d8225e

Please sign in to comment.