Prettified Code!
This commit is contained in:
@@ -357,7 +357,6 @@ export function NotifyButton({ serverName, onClick }) {
|
|||||||
id="follow-button-popup"
|
id="follow-button-popup"
|
||||||
class="text-gray-200 p-4 rounded-md"
|
class="text-gray-200 p-4 rounded-md"
|
||||||
style=${{ display: showPopup ? 'block' : 'none' }}
|
style=${{ display: showPopup ? 'block' : 'none' }}
|
||||||
|
|
||||||
>
|
>
|
||||||
<div class="flex justify-between items-center mb-2">
|
<div class="flex justify-between items-center mb-2">
|
||||||
<div class="font-bold">Stay updated!</div>
|
<div class="font-bold">Stay updated!</div>
|
||||||
@@ -365,16 +364,22 @@ export function NotifyButton({ serverName, onClick }) {
|
|||||||
class="popout-close-button rounded-md p-1 color-gray-500"
|
class="popout-close-button rounded-md p-1 color-gray-500"
|
||||||
onClick=${notifyPopupDismissedClicked}
|
onClick=${notifyPopupDismissedClicked}
|
||||||
>
|
>
|
||||||
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12">
|
class="w-6 h-6"
|
||||||
</path>
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M6 18L18 6M6 6l12 12"
|
||||||
|
></path>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button onClick=${buttonClicked} class="text-left hover:underline">
|
||||||
onClick=${buttonClicked}
|
|
||||||
class="text-left hover:underline"
|
|
||||||
>
|
|
||||||
<div>Click and never miss future streams!</div>
|
<div>Click and never miss future streams!</div>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user