mirror of
https://ghproxy.net/https://github.com/AlxMedia/minimer.git
synced 2025-08-26 16:58:15 +08:00
Search margin left space
This commit is contained in:
parent
fe0a9deeae
commit
83b17fe6ec
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
|
|||
|
||||
/* header : search
|
||||
/* ------------------------------------ */
|
||||
.toggle-search { background: transparent; float: right; border: 0; width: 30px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; border-radius: 10px; padding: 16px 0; margin: 10px 0 10px 6px; display: block; }
|
||||
.toggle-search { background: transparent; float: right; border: 0; width: 30px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; border-radius: 10px; padding: 16px 0; margin: 10px 0 10px 16px; display: block; }
|
||||
.toggle-search:hover { color: #333; }
|
||||
.toggle-search.active { color: #333; }
|
||||
.toggle-search.active i:before { content: "\f00d"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue