mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
Increase avatar size
This commit is contained in:
parent
3fc9cf584b
commit
65f715ee37
2 changed files with 4 additions and 1 deletions
|
|
@ -779,6 +779,9 @@
|
||||||
.w-16 {
|
.w-16 {
|
||||||
width: calc(var(--spacing) * 16);
|
width: calc(var(--spacing) * 16);
|
||||||
}
|
}
|
||||||
|
.w-26 {
|
||||||
|
width: calc(var(--spacing) * 26);
|
||||||
|
}
|
||||||
.w-\[calc\(\(100\%-var\(--container-3xl\)\)\/2\)\] {
|
.w-\[calc\(\(100\%-var\(--container-3xl\)\)\/2\)\] {
|
||||||
width: calc((100% - var(--container-3xl)) / 2);
|
width: calc((100% - var(--container-3xl)) / 2);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
class="not-prose mr-5 shrink-0 rounded-full border-[0.5px] border-black/10 bg-white/50 p-1 shadow-sm dark:bg-white/10"
|
class="not-prose mr-5 shrink-0 rounded-full border-[0.5px] border-black/10 bg-white/50 p-1 shadow-sm dark:bg-white/10"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
class="{% if config.extra.profile.avatar_invert %}dark:invert{% endif %} my-0 aspect-square w-16 rounded-full bg-black/5! hover:animate-spin"
|
class="{% if config.extra.profile.avatar_invert %}dark:invert{% endif %} my-0 aspect-square w-26 rounded-full bg-black/5! hover:animate-spin"
|
||||||
src="{{ get_url(path=config.extra.profile.avatar_url) }}"
|
src="{{ get_url(path=config.extra.profile.avatar_url) }}"
|
||||||
alt="{{ config.extra.profile.name | default(value=config.title) }}"
|
alt="{{ config.extra.profile.name | default(value=config.title) }}"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue