From 9f0ff6ae7a4b29181e90d41642c90d0617161938 Mon Sep 17 00:00:00 2001 From: azivner Date: Sat, 9 Jun 2018 09:44:40 -0400 Subject: [PATCH] note actions dropdown sizing --- src/public/stylesheets/style.css | 9 +++++++++ src/views/index.ejs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 @@ -