From e61ce0051a86b09458e5ceefa6f28bbeed69c14b Mon Sep 17 00:00:00 2001 From: twisterarmy Date: Sun, 27 Apr 2025 02:42:10 +0300 Subject: [PATCH] fix attachment input position --- theme_nin/css/style.css | 4 ++++ theme_nin_night/css/style.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/theme_nin/css/style.css b/theme_nin/css/style.css index 3cb8c83..33cd2d9 100644 --- a/theme_nin/css/style.css +++ b/theme_nin/css/style.css @@ -3620,3 +3620,7 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a { color: #B3B5B7; margin: 0 2px 0; } + +.post-area-attach { + float: left +} \ No newline at end of file diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index c2577f4..b59d449 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -3641,4 +3641,8 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a { .modal-wrapper.following-modal ol { text-align: center; +} + +.post-area-attach { + float: left } \ No newline at end of file