mirror of
https://ghproxy.net/https://github.com/AlxMedia/textdash.git
synced 2025-08-26 15:14:30 +08:00
1.0.6
This commit is contained in:
parent
64b66c6399
commit
a1e8753d44
3 changed files with 11 additions and 4 deletions
|
@ -72,6 +72,9 @@ Sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.6 - 2021-10-01 =
|
||||
* Added search button to mobile and tablet view
|
||||
|
||||
= 1.0.5 - 2021-08-25 =
|
||||
* Added missing theme tags for wordpress.org
|
||||
|
||||
|
|
|
@ -23,20 +23,24 @@
|
|||
#header { float: left; min-width: 100%; max-width: 100%; padding-bottom: 0; }
|
||||
.site-title { padding-top: 20px; padding-bottom: 10px; border-bottom: 0; }
|
||||
.site-description { padding-top: 0; padding-bottom: 10px; }
|
||||
.s2 { box-shadow: none; position: relative; width: 100%; max-width: none; min-width: none; text-align: center; top: 0!important; }
|
||||
.s2 { background: transparent; box-shadow: none; float: left; position: relative; width: 100%; max-width: none; min-width: none; text-align: center; top: 0!important; }
|
||||
.s2 .social-links li:before { display: none; }
|
||||
.s2 .social-links { margin-top: 0; padding: 0; }
|
||||
.s2 .social-links li { width: auto; }
|
||||
.s2 .social-links .social-tooltip { font-size: 20px; margin: 0; padding-top: 10px; padding-bottom: 10px; }
|
||||
.s2 .social-links .social-tooltip:hover:after,
|
||||
.s2 .social-links .social-tooltip:hover:before { display: none; }
|
||||
.toggle-search { display: none; }
|
||||
.toggle-search { position: absolute; bottom: -66px; left: auto; right: 0; margin: 0; padding: 11px 0; }
|
||||
.toggle-search.active { position: absolute; padding: 13px 0; }
|
||||
.search-expand { width: 220px; left: auto; right: 0; top: auto; bottom: -66px; padding: 6px 60px 7px 6px; }
|
||||
.main { float: left; padding-top: 0; }
|
||||
.s1 { margin: 0; }
|
||||
}
|
||||
@media only screen and (max-width: 719px) {
|
||||
.site-title a img { margin: 0 auto; }
|
||||
.toggle-search { display: none; }
|
||||
.toggle-search { position: absolute; left: 0; right: auto; bottom: -50px; margin: 0; padding: 11px 0; }
|
||||
.toggle-search.active { position: absolute; padding: 13px 0; }
|
||||
.search-expand { width: 220px; left: 0; right: auto; top: auto; bottom: -50px; padding: 6px 6px 7px 60px; }
|
||||
.s2 { z-index: 9!important; min-width: 100%; max-width: 100%; }
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Textdash
|
||||
Theme URI: http://alx.media/themes/textdash/
|
||||
Version: 1.0.5
|
||||
Version: 1.0.6
|
||||
Requires at least: 5.0
|
||||
Requires PHP: 5.6
|
||||
Tested up to: 5.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue