This commit is contained in:
AlxMedia 2022-07-11 16:17:19 +02:00
parent 992a66bb6f
commit 3e947ec2b8
3 changed files with 5 additions and 2 deletions

View file

@ -87,6 +87,9 @@ Sidebar images
== Changelog ==
= 1.0.8 - 2022-07-11 =
* Fixed theme toggle button position when no social links are used
= 1.0.7 - 2022-06-19 =
* Fixed inverted logo img and svg colors for dark mode

View file

@ -104,7 +104,7 @@
#nav-header.nav-container { margin-top: 0; }
#theme-toggle { padding: 7px; width: 50px; height: 20px; position: absolute; left: 60px; bottom: 44px; z-index: 9; margin: 0; }
#theme-toggle { padding: 7px; width: 50px; height: 20px; position: absolute; left: 60px; top: -40px; bottom: auto; z-index: 9; margin: 0; }
#theme-toggle i { font-size: 20px; float: left; }
#theme-toggle i.fa-moon { margin-top: 0; margin-left: 10px; }
#theme-toggle-ball { }

View file

@ -1,7 +1,7 @@
/*
Theme Name: Shapebox
Theme URI: http://alx.media/themes/shapebox/
Version: 1.0.7
Version: 1.0.8
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.0