We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261ff1c commit 1085eb3Copy full SHA for 1085eb3
frontend/templates/components/home_section.html
@@ -668,8 +668,6 @@ <h3><i class="fas fa-download"></i> Swaparr Status</h3>
668
669
.indexers-list {
670
padding: 15px;
671
- max-height: 200px;
672
- overflow-y: auto;
673
}
674
675
.indexer-item {
@@ -780,7 +778,7 @@ <h3><i class="fas fa-download"></i> Swaparr Status</h3>
780
778
781
779
782
783
- max-height: 150px;
+ /* No height restriction on mobile */
784
785
786
/* Hide legend on mobile to save space */
version.txt
@@ -1 +1 @@
1
-8.1.15
+8.2.0
0 commit comments