X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;h=8fe76bbf588ac5c871dff2d3690e0b2ed34441f6;hb=4a9ad147aedfae6d5488a7121cacf9a18775ff21;hp=0cb6655c981dd8046b2f040c7dc5f1186acde644;hpb=167f986f468014e00d82fa2df8193f6be8dca19d;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index 0cb6655..8fe76bb 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -258,6 +258,7 @@ h1 { position: relative; display: inline-flex; align-items: center; + vertical-align: middle; width: 2em; height: 2em; @@ -266,6 +267,13 @@ h1 { max-width: 100%; max-height: 100%; } + .item-map-icon { + display: inline-block; + width: 100%; + height: 100%; + background: url(/items-v1.png); + background-size: 800% 1100%; + } .strike { position: absolute; top: 0;