Fix LogoControl image size
This commit is contained in:
parent
83f14e4f82
commit
fc4916565b
@ -112,6 +112,7 @@ export default defineComponent({
|
|||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
|
||||||
.svg-icon, img {
|
.svg-icon, img {
|
||||||
|
position: absolute;
|
||||||
top: 0.2rem !important;
|
top: 0.2rem !important;
|
||||||
right: 0.2rem !important;
|
right: 0.2rem !important;
|
||||||
bottom: 0.2rem !important;
|
bottom: 0.2rem !important;
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
|
||||||
.svg-icon, img {
|
.svg-icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 3rem;
|
max-width: 3rem;
|
||||||
max-height: 3rem;
|
max-height: 3rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user