From aed49e7e304453cf5ddcc67bd3f6a8cd9e3b7ee3 Mon Sep 17 00:00:00 2001 From: Rintan Date: Sun, 5 May 2019 21:49:19 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E3=81=AE=E5=A4=89=E6=9B=B4=E3=80=81?= =?UTF-8?q?=E3=83=88=E3=83=83=E3=83=97=E3=83=90=E3=83=BC=E3=81=AE=E9=AB=98?= =?UTF-8?q?=E3=81=95=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index bfec295..7fd770c 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1113,8 +1113,9 @@ img.mail-conv-sender-photo { .wall-item-content-wrapper { background-color: $item_colour; - border-top-right-radius: $radius; - border-top-left-radius: $radius; + border-top-right-radius: 2px; + border-top-left-radius: 2px; + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); } .wall-item-content-wrapper.comment { @@ -1496,7 +1497,8 @@ blockquote { .navbar { z-index: 1030; - filter: drop-shadow(0px 0px 3px rgba(75, 75, 75, 0.678)); + box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3); + height: 58px; } .navbar-dark .navbar-nav .nav-link, @@ -1933,7 +1935,7 @@ dl.bb-dl > dd > li { } #user_menu > ul > li > a > i { font-size: 130%; - margin: 0 20px 0px -20px; + margin: 0 16px 0px -16px; } #user_menu > ul > li > a > p { margin-bottom: 0.5rem; @@ -2287,4 +2289,5 @@ nav .navbar-nav > .text-truncate { .p-2 { padding: 16px !important; + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); } \ No newline at end of file