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