mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-11 22:46:47 +00:00
Make task help icons consistent across browsers
The zoom CSS property isn't supported by Firefox, and nor is vertical-align: -webkit-baseline-middle. font-size: 1.5em has the same effect, and vertical-align: middle ensures that the tooltip doesn't overlap with the icon.
This commit is contained in:
parent
ea57808176
commit
f7163519c1
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ for $stage in $stages
|
|||
font-weight: 300
|
||||
|
||||
.option-box .glyphicon
|
||||
zoom: 1.5
|
||||
vertical-align: -webkit-baseline-middle
|
||||
font-size: 1.5em
|
||||
vertical-align: middle
|
||||
|
||||
.task-column.preview
|
||||
padding: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue