Fix LogoControl image size

This commit is contained in:
James Lyne 2021-09-30 22:37:00 +01:00
parent 83f14e4f82
commit fc4916565b
2 changed files with 2 additions and 1 deletions

View File

@ -112,6 +112,7 @@ export default defineComponent({
margin-right: 0.5rem;
.svg-icon, img {
position: absolute;
top: 0.2rem !important;
right: 0.2rem !important;
bottom: 0.2rem !important;

View File

@ -42,7 +42,7 @@
line-height: 2rem;
-webkit-tap-highlight-color: transparent;
.svg-icon, img {
.svg-icon {
display: inline-block;
max-width: 3rem;
max-height: 3rem;