Skip to content

Commit

Permalink
fix(style): minor tweaks 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Jun 27, 2024
1 parent b621c54 commit 69dcf52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 0 additions & 12 deletions src/ui/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -676,12 +676,6 @@ footer {
}
}

#loading {
h1 {
@apply text-2xl;
}
}

#main {
@apply !m-6 !px-2 !py-10;

Expand Down Expand Up @@ -804,12 +798,6 @@ footer {
}
}

#loading {
h1 {
@apply text-3xl;
}
}

#main {
@apply !m-6 !px-2 !py-10;

Expand Down
3 changes: 2 additions & 1 deletion src/views/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<header>
<nav>
<section id="logo"><a href="{{&domain}}"></a></section>
<section id="menu"><i class="nf nf-md-menu_open" hx-on:click="htmx.toggleClass(htmx.find('#linx'), 'shown')"></i>
<section id="menu">
<i class="nf nf-md-menu_open" hx-on:click="htmx.toggleClass(htmx.find('#linx'), 'shown')"></i>
</section>
<ul id="linx">
<li><a href="https://whois.x-e.ro"><i class="nf nf-fa-user"></i><b>whois</b></a></li>
Expand Down

0 comments on commit 69dcf52

Please sign in to comment.