mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 13:52:06 +08:00
13 lines
664 B
Text
13 lines
664 B
Text
<%# locals: (content:) %>
|
|
<div class="revealable-content group flex-grow">
|
|
<div class="shadow-content justify-between items-center gap-2 flex group-[.active]:hidden">
|
|
●●●●●●
|
|
<img src="/icons/hero-eye.svg" width="18px" class="revealable-button inline-block cursor-pointer ms1"/>
|
|
</div>
|
|
<div class="revealed-content hidden group-[.active]:block break-all">
|
|
<div class="flex gap-2 items-center justify-between">
|
|
<div class="revealed-content-text whitespace-pre-line"><%= content %></div>
|
|
<img src="/icons/hero-eye-slash.svg" width="18px" class="revealable-button inline-block cursor-pointer ms1"/>
|
|
</div>
|
|
</div>
|
|
</div>
|