mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-27 12:51:03 +00:00
social icons fixed
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
color: var(--white);
|
||||
border-radius: 200px;
|
||||
border: 0;
|
||||
padding: px 0px;
|
||||
padding: 14px;
|
||||
width:60px;
|
||||
height:60px;
|
||||
cursor: pointer;
|
||||
@@ -30,6 +30,10 @@
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
img {
|
||||
width:30px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
transform: translate(-5%, -5%);
|
||||
}
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
<script>
|
||||
import SocialButton from "../atoms/SocialButton.svelte";
|
||||
import ContributorButton from "../atoms/ContributorButton.svelte";
|
||||
</script>
|
||||
|
||||
<div class="social-host">
|
||||
<SocialButton></SocialButton>
|
||||
<SocialButton></SocialButton>
|
||||
<SocialButton></SocialButton>
|
||||
<SocialButton></SocialButton>
|
||||
<ContributorButton></ContributorButton>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user