diff --git a/app/javascript/template_builder/builder.vue b/app/javascript/template_builder/builder.vue
index 0a8ea12d..42673175 100644
--- a/app/javascript/template_builder/builder.vue
+++ b/app/javascript/template_builder/builder.vue
@@ -25,7 +25,9 @@
width="20"
class="inline"
/>
- Recipients
+
+ Recipients
+
Save
+ />
+
+ Save
+
@@ -51,7 +56,7 @@
>
+
+
+
+ You need a larger screen to use builder tools.
+
+
+
-
+
<%= svg_icon('pencil', class: 'w-4 h-4') %>
diff --git a/app/views/shared/_clipboard_copy.html.erb b/app/views/shared/_clipboard_copy.html.erb
index b4580fb3..9757d3e3 100644
--- a/app/views/shared/_clipboard_copy.html.erb
+++ b/app/views/shared/_clipboard_copy.html.erb
@@ -3,13 +3,13 @@
<%= svg_icon('link', class: local_assigns[:icon_class] || 'w-6 h-6 text-white') %>
-
+
<%= local_assigns[:copy_title] || 'Copy' %>
<%= svg_icon('clipboard_copy', class: local_assigns[:icon_class] || 'w-6 h-6 text-white') %>
-
+
<%= local_assigns[:copied_title] || 'Copied' %>
diff --git a/app/views/shared/_flash.html.erb b/app/views/shared/_flash.html.erb
index 35c7e994..be4ecba0 100644
--- a/app/views/shared/_flash.html.erb
+++ b/app/views/shared/_flash.html.erb
@@ -1,15 +1,17 @@
-
- <% if flash[:notice] %>
- <%= svg_icon('info_circle', class: 'stroke-info flex-shrink-0 w-6 h-6') %>
- <% else %>
- <%= svg_icon('exclamation_circle', class: 'stroke-error flex-shrink-0 w-6 h-6') %>
- <% end %>
-
-
<%= flash[:notice] || flash[:alert] %>
+
+
+ <% if flash[:notice] %>
+ <%= svg_icon('info_circle', class: 'stroke-info flex-none w-6 h-6') %>
+ <% else %>
+ <%= svg_icon('exclamation_circle', class: 'stroke-error flex-none w-6 h-6') %>
+ <% end %>
+
+ <%= flash[:notice] || flash[:alert] %>
+
-
×
+
×
diff --git a/app/views/shared/_logo.html.erb b/app/views/shared/_logo.html.erb
index 2fcf8130..fbaa78b8 100644
--- a/app/views/shared/_logo.html.erb
+++ b/app/views/shared/_logo.html.erb
@@ -1,4 +1,4 @@
-