diff options
Diffstat (limited to 'frontend-vanilla/src')
| -rw-r--r-- | frontend-vanilla/src/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index 47b2de2..757d213 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -490,6 +490,15 @@ select:focus { vertical-align: middle; transition: color 0.2s; line-height: 1; + flex-shrink: 0; + min-width: 44px; + min-height: 44px; + display: flex; + align-items: center; + justify-content: center; + height: auto; + text-transform: none; + font-weight: normal; } .star-btn.is-starred { |
