Skip to content

Commit

Permalink
Improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Dec 13, 2023
1 parent e795624 commit 2320dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defmodule ComponentsGuideWeb.BrowserCompatComponents do
<input
type="search"
placeholder="Filter"
class="bg-black text-white border-0 px-4 font-mono"
class="bg-white/5 text-white border-0 border-b border-b-white/10 px-4 font-mono h-12"
id={@id <> "-search"}
/>
<phx-current-page class="contents">
Expand Down Expand Up @@ -326,7 +326,7 @@ defmodule ComponentsGuideWeb.BrowserCompatComponents do
~H"""
<table class="w-full table-auto sticky top-0">
<thead class="border-b border-b-white/5">
<tr class="text-left">
<tr class="text-left h-12">
<th class="pl-6">Name</th>
<th>Android Chrome</th>
<th>iOS Safari</th>
Expand Down
2 changes: 1 addition & 1 deletion lib/components_guide_web/live/browser_compat.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ComponentsGuideWeb.BrowserCompatLive do
use ComponentsGuideWeb,
{:live_view,
container: {:div, class: "max-w-7xl mt-8 mx-auto prose md:prose-xl prose-invert pb-24"}}
container: {:div, class: "max-w-7xl mt-8 mx-auto prose lg:prose-xl prose-invert pb-24"}}

alias ComponentsGuide.Fetch
alias ComponentsGuideWeb.BrowserCompatComponents, as: Components
Expand Down

0 comments on commit 2320dc9

Please sign in to comment.