diff --git a/app/assets/stylesheets/annotations.scss b/app/assets/stylesheets/annotations.scss
index 432128f1f..37e4f5f1d 100644
--- a/app/assets/stylesheets/annotations.scss
+++ b/app/assets/stylesheets/annotations.scss
@@ -135,9 +135,13 @@
#annotation-area-buttons {
display: flex;
justify-content: space-between;
- padding: 17px 26px;
+ padding: 0.4em 4.2em;
box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.05);
+
+ & i {
+ font-size: 1.1rem;
+ }
}
#annotation-color-picker {
diff --git a/app/views/annotations/_annotation_area.html.erb b/app/views/annotations/_annotation_area.html.erb
index 1c345adb4..f0787db74 100644
--- a/app/views/annotations/_annotation_area.html.erb
+++ b/app/views/annotations/_annotation_area.html.erb
@@ -1,36 +1,40 @@