Skip to content

Commit

Permalink
GitHub icon added to nav header
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Jul 3, 2021
1 parent c437a57 commit 115f969
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions website/macos-big-sur-icons/src/assets/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions website/macos-big-sur-icons/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@
<a href="https://discord.gg/f4mTRyyTkT" class="p-l-20" target="_blank" rel="noopener">
<img :src="icons.discord" class="header-item header-icon" alt="Discord Logo">
</a>
<a href="https://github.com/elrumo/macOS_Big_Sur_icons_replacements" class="p-l-20" target="_blank" rel="noopener">
<img :src="icons.github" class="header-item header-icon" alt="GitHub Logo">
</a>
</div>

</div>
Expand All @@ -152,10 +155,13 @@
<!-- Twitter + Discord -->
<div class="header-icon-wrapper">
<a href="https://twitter.com/elrumo" class="" target="_blank" rel="noopener">
<img :src="icons.twitter" class="header-item header-icon" alt="Twitter logo">
<img style="height: 17px;" :src="icons.twitter" class="header-item header-icon" alt="Twitter logo">
</a>
<a href="https://discord.gg/f4mTRyyTkT" class="p-l-20" target="_blank" rel="noopener">
<img :src="icons.discord" class="header-item header-icon" alt="Discord Logo">
<img style="height: 17px;" :src="icons.discord" class="header-item header-icon" alt="Discord Logo">
</a>
<a href="https://github.com/elrumo/macOS_Big_Sur_icons_replacements" class="p-l-20" target="_blank" rel="noopener">
<img :src="icons.github" class="header-item header-icon" alt="GitHub Logo">
</a>
</div>

Expand Down Expand Up @@ -280,6 +286,7 @@ export default {
icons:{
twitter: require("../assets/icons/twitter.svg"),
discord: require("../assets/icons/Discord.svg"),
github: require("../assets/icons/github.svg"),
burgerMenu: require("../assets/icons/burgerMenu.svg"),
settings: require("../assets/icons/Settings.svg"),
Expand Down
8 changes: 6 additions & 2 deletions website/macos-big-sur-icons/src/components/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,19 @@ select{
position: relative !important;
padding: 10px !important;
left: 50%;
transform: translateX(-50%);
// transform: translate(-50%, -50%);
top: 50%;
transform: translate(-50%, -50%);
display: grid;
gap: 7px;
text-align: center;
width: calc(100% - 20px ) !important;
height: fit-content !important;
}

.lgbt-wrapper .support-page{
transform: translateX(-50%);
}

.coral--dark .instructions-item{
background-color: var(--coral-dark-card) !important;
}
Expand Down

1 comment on commit 115f969

@vercel
Copy link

@vercel vercel bot commented on 115f969 Jul 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.