Added class circle to author button
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<nav style="gap: 0.5em;">
|
||||
<img class="circle large" {...avatar.image} alt="Channel profile" />
|
||||
<button
|
||||
class="large secondary-container"
|
||||
class="circle large secondary-container"
|
||||
{...mergeAttrs(avatar.fallback, {
|
||||
style: 'text-transform: uppercase;border-radius: 2.5rem !important;'
|
||||
})}>{channel.author[0]}</button
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<img class="circle small" {...avatar.image} alt="Channel profile" />
|
||||
<button
|
||||
class="secondary-container"
|
||||
class="circle secondary-container"
|
||||
{...mergeAttrs(avatar.fallback, {
|
||||
style: 'text-transform: uppercase;border-radius: 2.5rem !important;'
|
||||
})}>{author[0]}</button
|
||||
|
||||
Reference in New Issue
Block a user