mirror of
https://ghproxy.net/https://github.com/AlxMedia/shapebox.git
synced 2025-08-26 16:35:56 +08:00
1.0.8
This commit is contained in:
parent
992a66bb6f
commit
3e947ec2b8
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 { }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue