Skip to content

Commit

Permalink
small ui padding enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxagon committed May 9, 2021
1 parent 4f024c6 commit d62b72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radio_web/live/station_live.html.leex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= if is_map(@context.selected_device) do %>
<div class="flex justify-around border rounded-3xl mt-10 pt-8 pb-8 border-spotify-green">
<% else %>
<div class="flex justify-around border rounded-3xl border-black mt-10 pt-8 pb-8">
<div class="flex justify-between border rounded-3xl border-black mt-10 pt-8 pb-8 ml-20 mr-20 pl-20 pr-20">
<% end %>
<div class="text-left">
<%= case assigns[:devices] do %>
Expand Down

0 comments on commit d62b72e

Please sign in to comment.