diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 683bfd3e..25494aa4 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -111,7 +111,6 @@ html { min-width: 10rem; } -/* purgecss end ignore */ .typo { /* These are technically the same, but use both */ overflow-wrap: break-word; @@ -128,4 +127,12 @@ html { -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; +======= +.enlargeable-image > .slot > img.default { + border-radius: 50%; +>>>>>>> a7a58bd (Issue[#323]: click image to enlarge) +======= +.enlargeable-image > .slot > img.default { + border-radius: 50%; +>>>>>>> a7a58bdf4bac59d2559505fbafcc4937711ab0fa } diff --git a/components/TProfile.vue b/components/TProfile.vue index db3f7f57..bb882829 100644 --- a/components/TProfile.vue +++ b/components/TProfile.vue @@ -57,13 +57,14 @@ + <<<<<<< HEAD
-