Fix PWA redirect loop and installation options after uninstalling PWA

This commit is contained in:
David Frassi
2026-06-18 02:36:52 +02:00
parent 93385097f2
commit b0bb5735c8
20 changed files with 466 additions and 145 deletions
+8 -3
View File
@@ -148,10 +148,9 @@ ion-item.glass {
--padding-start: 16px;
--inner-padding-end: 16px;
margin-bottom: 12px;
transition: transform 0.2s ease, background 0.2s ease;
transition: background 0.2s ease;
&:active {
transform: scale(0.98);
--background: rgba(255, 255, 255, 0.1);
}
}
@@ -426,7 +425,8 @@ ion-title {
width: 100%;
.selection-column {
padding: 10px 14px 10px 0;
padding: 12px 18px 12px 12px;
margin-left: -12px;
flex-shrink: 0;
display: flex;
align-items: center;
@@ -443,6 +443,11 @@ ion-title {
padding: 10px 0;
cursor: pointer;
overflow: hidden;
transition: transform 0.2s ease;
&:active {
transform: scale(0.98);
}
.top-row {
display: flex;