From 1e92b97cc25402059fb9db727336d58d77556453 Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 17:41:49 +0900 Subject: [PATCH] --- view/theme/plusfuture/css/style.css | 10 +++++----- view/theme/plusfuture/php/style.php | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 9bd035c..81d7a42 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2101,16 +2101,16 @@ a[title*="pawoo.net"]::after{ .toplevel_item{ width: calc(50% - 16px); margin: 8px; - margin-left: calc(calc(50% - $converse_widthn) / 2); - margin-right: calc(calc(50% - $converse_widthn) / 2); + margin-left: calc(calc(50% - $converse_widts) / 2); + margin-right: calc(calc(50% - $converse_widts) / 2); } } - @media screen and (min-width: $converse_widths){ + @media screen and (min-width: $converse_widtd){ .toplevel_item{ width: calc(50% - 16px); margin: 8px; - margin-left: calc(calc(50% - $converse_widthn) / 2); - margin-right: calc(calc(50% - $converse_widthn) / 2); + margin-left: calc(calc(50% - $converse_widts) / 2); + margin-right: calc(calc(50% - $converse_widts) / 2); } } .toplevel_item:nth-child(2n){ diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index dd74b03..2c047e7 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -103,11 +103,11 @@ if (! $shadow) $shadow = '0'; if (! $converse_width) $converse_width = ''; -if (! $converse_widths){ +if (! $converse_widtd){ $hoge = intval($converse_width); - $converse_widths = ($hoge * 2); - $converse_widths .= "px"; - $converse_widthn = "$converse_width" . "px"; + $converse_widtd = ($hoge * 2); + $converse_widtd .= "px"; + $converse_widts = "$converse_width" . "px"; } if(! $top_photo) $top_photo = '3rem';