diff --git a/src/scss/modules/_credit.scss b/src/scss/modules/_credit.scss index 420d7e29..c0f3e93f 100644 --- a/src/scss/modules/_credit.scss +++ b/src/scss/modules/_credit.scss @@ -17,17 +17,15 @@ } .locationicon { - font-size: calc(10px + 1.2vmin); + width: auto; cursor: pointer; } .MuiSvgIcon-root { + font-size: calc(10px + 1.5vmin) !important; position: absolute; bottom: 2px; left: 2px; - width: 100em; - height: 100em; - font-size: 2rem; } .credits { @@ -36,6 +34,8 @@ position: absolute; text-align: left; min-width: 50px; + width: auto; + height: auto; } .tooltip { @@ -67,4 +67,9 @@ .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; +} + +#photographer, .locationicon { + display: inline; + vertical-align: midddle; } \ No newline at end of file diff --git a/src/scss/modules/_navbar.scss b/src/scss/modules/_navbar.scss index 74aa6554..074a7893 100644 --- a/src/scss/modules/_navbar.scss +++ b/src/scss/modules/_navbar.scss @@ -3,8 +3,8 @@ text-align: right; min-width: 50px; cursor: pointer; - -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4)); - filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4)); + -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.3)); + filter: drop-shadow(0 0 6px rgba(0,0,0,.3)); } .navbar1 { diff --git a/src/scss/modules/_settings.scss b/src/scss/modules/_settings.scss index 043da32b..3f59edc3 100644 --- a/src/scss/modules/_settings.scss +++ b/src/scss/modules/_settings.scss @@ -103,7 +103,7 @@ h4, #engines { font-family: 'Lexend Deca', sans-serif; &:hover { - transform: translateY(-0.10em); + transform: translateX(-0.10em); } &:before {