diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 99a544063..04f9dc989 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -390,6 +390,15 @@ button.icon-button { background: no-repeat center; } +#note-actions { + margin-left: 10px; + margin-right: 10px; +} + +#note-actions .dropdown-menu { + width: 15em; +} + /* Themes */ html.theme-black, html.theme-black img, html.theme-black video { diff --git a/src/views/index.ejs b/src/views/index.ejs index 24e741f1f..6ca38bbe6 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -168,7 +168,7 @@ -