From 2a525e2f53d85425cb32fa783612344e84eee591 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 2 Jan 2019 20:48:16 +0900 Subject: [PATCH] fix dropdown position & edit name and setting icon position --- view/theme/plusfuture/css/style.css | 5 +++ view/theme/plusfuture/tpl/navbar_default.tpl | 36 ++++++++++---------- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index ddaeb68..59e40fb 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2194,3 +2194,8 @@ a[title*="pawoo.net"]::after { .comment-edit-preview .toplevel_item { width: calc(100% - 16px); } + +.dropdown-menu.show{ + position: absolute; + left: -215px; +} \ No newline at end of file diff --git a/view/theme/plusfuture/tpl/navbar_default.tpl b/view/theme/plusfuture/tpl/navbar_default.tpl index 86f8065..df9962c 100755 --- a/view/theme/plusfuture/tpl/navbar_default.tpl +++ b/view/theme/plusfuture/tpl/navbar_default.tpl @@ -16,6 +16,24 @@ {{/if}} {{/if}} +{{if $sel.name}} + +{{if $settings_url}} + +{{/if}} +{{/if}} {{/if}} -{{if $sel.name}} - -{{if $settings_url}} - -{{/if}} -{{/if}} {{/if}} \ No newline at end of file