Skip to content

Commit

Permalink
Update gradient height in format.hbs for improved visual consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Oct 8, 2024
1 parent 6295fe1 commit abb166a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binspec-visualizer/app/templates/format.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
class="flex items-stretch border rounded mx-1 mb-1 border-zinc-700/60 relative"
>
<div
class="absolute top-0 left-0 right-0 h-6 bg-gradient-to-b from-zinc-800 from-30% to-zinc-800/0"
class="absolute top-0 left-0 right-0 h-10 bg-gradient-to-b from-zinc-800 from-30% to-zinc-800/0 pointer-events-none"
></div>
<div
class="absolute bottom-0 left-0 right-0 h-6 bg-gradient-to-t from-zinc-800 from-30% to-zinc-800/0"
class="absolute bottom-0 left-0 right-0 h-10 bg-gradient-to-t from-zinc-800 from-30% to-zinc-800/0 pointer-events-none"
></div>
<div
class="absolute h-6 -top-3 left-1/2 -translate-x-1/2 text-zinc-500 text-xs bg-zinc-800 px-2 rounded-md flex items-center"
Expand Down

0 comments on commit abb166a

Please sign in to comment.