Skip to content

Commit ddc866a

Browse files
committed
fix nav animation and some overflowing text
1 parent afb90c1 commit ddc866a

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/lib/Nav/ThemeToggle.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<button
1919
on:click={toggle}
20-
class="theme-toggle button text-text flex items-center text-sm"
20+
class="theme-toggle button text-text flex items-center text-sm navPlus1:!p-x-[.25rem]"
2121
aria-label="Toggle theme"
2222
>
2323
<div

src/routes/contact/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<p>
2222
We have an XMPP MUC for general discussion about Project Segfault over at <a
2323
href="https://join.jabber.network/#general@conference.projectsegfau.lt?join"
24+
class="break-all"
2425
>#general@conference.projectsegfau.lt</a
2526
>.
2627
</p>

src/routes/instances/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{#each category.data as instance}
6464
<a
6565
href={instance.geo || instance.eu || instance.in }
66-
class="flex flex-row items-center gap-4 rounded bg-secondary p-4 w-110 no-underline text-text"
66+
class="flex flex-row items-center gap-4 rounded bg-secondary p-4 w-110 no-underline text-text break-all"
6767
>
6868
{#if instance.icon}
6969
<img
@@ -94,7 +94,7 @@
9494
instance.geo ||
9595
instance.eu ||
9696
instance.in}
97-
class="flex flex-row items-center gap-4 rounded bg-secondary p-4 w-110 no-underline text-text"
97+
class="flex flex-row items-center gap-4 rounded bg-secondary p-4 w-110 no-underline text-text break-all"
9898
>
9999
{#if instance.icon}
100100
<img

src/routes/legal/privacy-policy/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<h2>We don't collect more information than we need to.</h2>
1111

12-
<PMargin
12+
<PMargin class="break-all"
1313
>We have disabled request logging. This is because it is extremely
1414
identifiable. This means that, for example, what website you visited and
1515
what path you visited (like https://libreddit.projectsegfau.lt/r/cats), your

0 commit comments

Comments
 (0)