play with quollkey

This commit is contained in:
Quollkey 2025-02-14 14:37:34 +10:30
parent 539bdb1752
commit d3ee3db397

View file

@ -206,39 +206,36 @@ const link5Label = ref(instance.link5Label || 'Link 5');
} }
} }
> .logo-wrap { .logo-wrap {
position: fixed; position: fixed;
top: 20px; top: 5px; /* Align 5px from the top */
left: 200px; /* Default for larger screens */ left: 100px; /* Align 100px from the left edge */
flex: auto; flex: auto;
color: #fff; color: #fff;
z-index: 100; z-index: 100;
user-select: none; user-select: none;
pointer-events: none; pointer-events: none;
@media (max-width: 450px) {
right: 0;
left: 0;
margin: 0 auto; /* Center the element */
width: fit-content;
}
> .energised-by {
margin-bottom: 2px;
}
> .quollkey {
width: 300px;
margin-top: 2px; /* Adjust as needed */
@media (max-width: 450px) { @media (max-width: 450px) {
right: 0; width: 130px;
left: 0;
margin: 0 auto; /* Center the element */
width: fit-content;
}
display: flex;
flex-direction: column;
align-items: center;
> .energised-by {
margin-bottom: 2px;
}
> .quollkey {
width: 300px;
margin-top: 2px; /* Adjust as needed */
@media (max-width: 450px) {
width: 130px;
}
} }
} }
}
> .contents { > .contents {
position: relative; position: relative;