Skip to content

[WIP]: Fix lang logo to not overlay popup #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix lang logo
  • Loading branch information
JordanRuetz committed Mar 31, 2020
commit c6eabcda8285ec724919d6c768c5b37b6c30650e
4 changes: 2 additions & 2 deletions src/components/LocaleChooser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ export default {
width: 100%;
}
.locale-chooser-field .control .select select {
padding-left:2.5em;
padding-left: 2.5em;
z-index: -1;
}
.locale-chooser-field .control .select::before {
content: url("../assets/language.png");
position: absolute;
z-index: 1;
left:10px;
top:8px;
}
Expand Down