Nice little directory browser :D
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ThankYouTestUser: use standard tw unit, remove fixed TODO

+3 -4
+1 -2
Components/ThankYouTestUser.razor
··· 15 15 along with Utatane. If not, see <http://www.gnu.org/licenses/>. 16 16 *@ 17 17 18 - @* TODO: BUG on using browser back button, marquee text will duplicate. *@ 19 18 <div id="message" class="text-center items-center text-3xl flex flex-row gap-3" hx-preserve> 20 19 <span>🚧</span> 21 20 <span class="mask-x-from-95% w-full overflow-hidden text-sm invisible" ··· 25 24 data-duplicateCount="1" 26 25 _="on load call $(me).marquee() then remove .invisible" 27 26 > 28 - <div class="flex gap-[25px]"> 27 + <div class="flex gap-8"> 29 28 <span>Hello, alpha tester! I'm testing out a rewrite of this file browser, sorry if anything breaks! If you need anything, please don't hesitate to contact me on Twitter!</span> 30 29 <span>🦋</span> @* divider charm *@ 31 30 </div>
+2 -2
public/style.css
··· 270 270 .gap-3 { 271 271 gap: calc(var(--spacing) * 3); 272 272 } 273 - .gap-\[25px\] { 274 - gap: 25px; 273 + .gap-8 { 274 + gap: calc(var(--spacing) * 8); 275 275 } 276 276 .overflow-hidden { 277 277 overflow: hidden;