Skip to content

Commit 27587fa

Browse files
committed
comparisons finetuning
1 parent 7c9ec2f commit 27587fa

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

assets/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ textarea:read-only {
188188
}
189189

190190
.tooltip {
191-
@apply absolute hidden z-50;
191+
@apply absolute hidden text-left z-50;
192192
}
193193

194194
.tooltip-center {

content/comparisons/axcrypt-alternative.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ comparison:
2525
<i class="relative fas fa-minus-circle text-xl lg:text-2xl text-gray-600">
2626
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
2727
</i>
28-
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Nicht anwendbar wegen fehlender Dateinamen-Verschlüsselung.</div>
28+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Nicht anwendbar ohne Dateinamen-Verschlüsselung.</div>
2929
</div>
3030
crossPlatformSupport: |
3131
<div class="has-tooltip">

content/comparisons/axcrypt-alternative.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ comparison:
2525
<i class="relative fas fa-minus-circle text-xl lg:text-2xl text-gray-600">
2626
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
2727
</i>
28-
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Not applicable due to lack of file name encryption.</div>
28+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Not applicable without file name encryption.</div>
2929
</div>
3030
crossPlatformSupport: |
3131
<div class="has-tooltip">

content/comparisons/veracrypt-alternative.de.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ comparison:
1313
cloudStorageOptimized: |
1414
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
1515
cloudProviderAgnostic: |
16-
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
16+
<div class="has-tooltip">
17+
<i class="relative fas fa-check-circle text-xl lg:text-2xl text-primary">
18+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
19+
</i>
20+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Technisch kompatibel, aber ohne Cloudspeicher-Optimierung nicht sinnvoll.</div>
21+
</div>
1722
unlimitedDevices: |
1823
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
1924
integratedSharing: |

content/comparisons/veracrypt-alternative.en.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ comparison:
1313
cloudStorageOptimized: |
1414
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
1515
cloudProviderAgnostic: |
16-
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
16+
<div class="has-tooltip">
17+
<i class="relative fas fa-check-circle text-xl lg:text-2xl text-primary">
18+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
19+
</i>
20+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Technically compatible, but it is not useful without cloud storage optimization.</div>
21+
</div>
1722
unlimitedDevices: |
1823
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
1924
integratedSharing: |

0 commit comments

Comments
 (0)