mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-09 10:54:27 +02:00
A
SN SUCKS SOCKS
This commit is contained in:
parent
b601926710
commit
1432174704
@ -1,16 +1,16 @@
|
||||
<script>
|
||||
export let href = "https://github.com/ushie"
|
||||
export let src = "https://github.com/ushie.png"
|
||||
export let alt = "Contributors Image"
|
||||
export const username = "Ushie"
|
||||
export const href = `https://github.com/${username}`
|
||||
export const src = `https://github.com/${username}.png`
|
||||
export const alt = `${username}'s contributor profile picture`
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<a {href}>
|
||||
<a {href}>
|
||||
<button>
|
||||
<img {src} {alt}><slot/>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
<h3>{username}</h3>
|
||||
</a>
|
||||
|
||||
<style>
|
||||
a {
|
||||
@ -22,7 +22,7 @@
|
||||
color: var(--white);
|
||||
border-radius: 200px;
|
||||
border: 0;
|
||||
padding: 5px 5px;
|
||||
/* padding: 5px 5px; */
|
||||
width:86px;
|
||||
height:86px;
|
||||
max-height: 86px;
|
||||
@ -41,6 +41,8 @@
|
||||
}
|
||||
|
||||
img {
|
||||
/* margin: 0;
|
||||
padding: 0; */
|
||||
border-radius: 50%;
|
||||
max-height: 86px;
|
||||
max-width: 86px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user