Feat: store - support multiple platforms

This commit is contained in:
2024-03-19 18:33:40 +08:00
parent 20bd018509
commit ad0907892c
12 changed files with 429 additions and 110 deletions

View File

@@ -99,10 +99,12 @@
}
.operation {
display: flex;
position: absolute;
top: 6px;
top: 10px;
right: 12px;
font-size: 1.6em;
gap: 4px;
> *:hover {
color: constants.$font-secondary-color;
@@ -141,4 +143,10 @@
color: constants.$font-secondary-color;
}
}
.android-qrcode {
align-items: center;
transform: translateX(-16px);
gap: 20px;
}
}

View File

@@ -141,10 +141,12 @@
}
.operation {
display: flex;
position: absolute;
top: 6px;
top: 10px;
right: 12px;
font-size: 1.6em;
gap: 4px;
> *:hover {
color: constants.$font-secondary-color;
@@ -185,4 +187,10 @@
}
}
}
.android-qrcode {
align-items: center;
transform: translateX(-16px);
gap: 20px;
}
}