Listen to public albums and playlists shared on this pod.
@@ -218,7 +223,7 @@
class="ui header"
>
Find an app
-
+
Use Funkwhale on other devices with our apps.
@@ -342,21 +347,3 @@ export default {
}
}
-
-
diff --git a/front/src/style/components/_card.scss b/front/src/style/components/_card.scss
index d9d9b8137..adc1bc0cb 100644
--- a/front/src/style/components/_card.scss
+++ b/front/src/style/components/_card.scss
@@ -1,11 +1,7 @@
-.ui.cards {
- align-items: flex-start;
-}
.ui.cards > .card,
.ui.card {
color: var(--card-text-color);
- background: var(--card-background);
- min-height: 200px;
+ background: var(--card-background);
&:not(.flat) {
box-shadow: var(--card-box-shadow);
}
diff --git a/front/src/style/pages/_about.scss b/front/src/style/pages/_about.scss
index fffc86ffa..e7727c19d 100644
--- a/front/src/style/pages/_about.scss
+++ b/front/src/style/pages/_about.scss
@@ -181,5 +181,21 @@
}
}
}
-
+ h3.ui.header i {
+ display: inline;
+ font-size: 14px;
+ }
+ .ui.card {
+ .signup-form.content {
+ flex-grow: initial;
+ }
+ .pod-description {
+ flex-direction: column;
+ display: flex;
+ p {
+ margin: auto;
+ padding: 1.2em;
+ }
+ }
+ }
}
diff --git a/front/src/style/pages/_library.scss b/front/src/style/pages/_library.scss
index ccea2af4c..ea79b1743 100644
--- a/front/src/style/pages/_library.scss
+++ b/front/src/style/pages/_library.scss
@@ -1,5 +1,11 @@
.page-library {
+ .ui.cards {
+ align-items: flex-start;
+ .ui.card {
+ min-height: 200px;
+ }
+ }
.ui.segment.head {
background-size: cover;
background-position: center;