Skip to content

Commit

Permalink
Split long line into 2, shortened comment ↞ [auto-sync from https://g…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 21, 2024
1 parent a8eee8a commit e1f97d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions starters/chrome/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ body { width: max-content ; margin: 0 ; overflow: clip }

/* General font */
body, button, input, select, textarea {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif ;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif ;
font-size: .905rem ; user-select: none
}
a { color: #999 ; text-decoration: none }
Expand Down Expand Up @@ -52,7 +53,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
border: 1px solid black ; border-radius: 50% ; background-color: white ; content: ""
}
.toggle-switch input[type="checkbox"]:checked + .slider { background-color: black } /* color active slider */
.toggle-switch input[type="checkbox"]:checked + .slider::before { transform: translateX(9px) } /* move knob right when toggled */
.toggle-switch input[type="checkbox"]:checked + .slider::before { transform: translateX(9px) } /* toggle knob right */

/* Footer */
footer { font-size: 12px ; text-align: center ; color: #999 ; background: #f5f5f5 ; height: 40px ; line-height: 40px }
Expand Down

0 comments on commit e1f97d8

Please sign in to comment.