0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🎨 fix non-square icon sizes (#778)

closes https://github.com/TryGhost/Ghost/issues/8665

- updates width/height for non-square icons to match the desired dimensions (width+height have to be specified for IE11)

Changes introduced in #724 failed to take into account a few of our icons are not square (notably the `arrow-*-small.svg` icons) resulting in some icons appearing too small.
This commit is contained in:
Kevin Ansfield 2017-07-10 12:54:24 +01:00 committed by Katharina Irrgang
parent 625cc3fe92
commit 1d3a9a692d
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
.ember-power-select-trigger svg {
height: 4px;
width: 4px;
width: 6.11px;
margin-left: 2px;
vertical-align: middle;
}

View file

@ -290,7 +290,7 @@ textarea {
.gh-select svg {
height: 8px;
width: 8px;
width: 14px;
position: absolute;
top: 50%;
right: 1.2rem;