mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Fix button distance to posts under mini-blog
- Remove superfluid scss
This commit is contained in:
parent
8b11060946
commit
9e820011a7
@ -60,11 +60,11 @@ const formatDate = (d) =>
|
|||||||
<p>Keine Artikel im aktuellen Locale gefunden.</p>
|
<p>Keine Artikel im aktuellen Locale gefunden.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <div id="hero-button" class="mini-blog__footer">
|
<!-- <div class="mini-blog__footer">
|
||||||
<RouterLink :to="articleIndex" class="mini-blog__all">Alle Artikel ansehen</RouterLink>
|
<RouterLink :to="articleIndex" class="mini-blog__all">Alle Artikel ansehen</RouterLink>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="center">
|
<div class="center mini-blog__footer">
|
||||||
<a id="hero-button mini-blog__footer" :href="articleIndex">
|
<a :href="articleIndex">
|
||||||
<Button>
|
<Button>
|
||||||
{{ showAllPostsButtonTitle }}
|
{{ showAllPostsButtonTitle }}
|
||||||
</Button>
|
</Button>
|
||||||
@ -150,7 +150,9 @@ const formatDate = (d) =>
|
|||||||
/* Footer */
|
/* Footer */
|
||||||
.card__more { margin-top: .25rem; font-weight: 600; text-decoration: none; }
|
.card__more { margin-top: .25rem; font-weight: 600; text-decoration: none; }
|
||||||
.card__more:hover { text-decoration: underline; }
|
.card__more:hover { text-decoration: underline; }
|
||||||
.mini-blog__footer { margin-top: 1rem; }
|
.mini-blog__footer {
|
||||||
|
margin-top: 1.0rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* Empty */
|
/* Empty */
|
||||||
.mini-blog__empty { opacity: .8; }
|
.mini-blog__empty { opacity: .8; }
|
||||||
|
|||||||
@ -85,6 +85,7 @@ h1, h2, h3, h4 {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
|
margin-top: 12px;
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
|
|
||||||
html[data-theme="dark"] & {
|
html[data-theme="dark"] & {
|
||||||
|
|||||||
@ -184,7 +184,7 @@ description: Eine freie Open-Source-Software, mit der du ein soziales Netzwerk f
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="all-features">
|
<div class="all-features">
|
||||||
<a id="hero-button" href="/de/features/">
|
<a href="/de/features/">
|
||||||
<Button>
|
<Button>
|
||||||
Alle Funktionen ansehen
|
Alle Funktionen ansehen
|
||||||
</Button>
|
</Button>
|
||||||
@ -276,7 +276,7 @@ description: Eine freie Open-Source-Software, mit der du ein soziales Netzwerk f
|
|||||||
<i>Ocelot.social</i> kannst du auf einem eigenen Server hosten oder es hosten lassen.<br>
|
<i>Ocelot.social</i> kannst du auf einem eigenen Server hosten oder es hosten lassen.<br>
|
||||||
Schau dir an, welche Möglichkeiten es gibt:
|
Schau dir an, welche Möglichkeiten es gibt:
|
||||||
</p>
|
</p>
|
||||||
<a id="hero-button" href="/de/get-started/">
|
<a href="/de/get-started/">
|
||||||
<Button>
|
<Button>
|
||||||
Los geht’s
|
Los geht’s
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -183,7 +183,7 @@ description: A free and open source software with which you can operate a social
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="all-features">
|
<div class="all-features">
|
||||||
<a id="hero-button" href="/en/features/">
|
<a href="/en/features/">
|
||||||
<Button>
|
<Button>
|
||||||
View all functions
|
View all functions
|
||||||
</Button>
|
</Button>
|
||||||
@ -277,7 +277,7 @@ description: A free and open source software with which you can operate a social
|
|||||||
You can host <i>ocelot.social</i> on your own server or have it hosted.<br>
|
You can host <i>ocelot.social</i> on your own server or have it hosted.<br>
|
||||||
Take a look at the options available:
|
Take a look at the options available:
|
||||||
</p>
|
</p>
|
||||||
<a id="hero-button" href="/en/get-started/">
|
<a href="/en/get-started/">
|
||||||
<Button>
|
<Button>
|
||||||
Let’s go
|
Let’s go
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -184,7 +184,7 @@ description: "Un software libre y de código abierto con el que puedes gestionar
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="all-features">
|
<div class="all-features">
|
||||||
<a id="hero-button" href="/es/features/">
|
<a href="/es/features/">
|
||||||
<Button>
|
<Button>
|
||||||
Ver todas las funciones
|
Ver todas las funciones
|
||||||
</Button>
|
</Button>
|
||||||
@ -245,7 +245,7 @@ description: "Un software libre y de código abierto con el que puedes gestionar
|
|||||||
Puedes alojar <i>ocelot.social</i> en tu propio servidor o hacer que lo alojen por ti.<br>
|
Puedes alojar <i>ocelot.social</i> en tu propio servidor o hacer que lo alojen por ti.<br>
|
||||||
Echa un vistazo a las opciones disponibles:
|
Echa un vistazo a las opciones disponibles:
|
||||||
</p>
|
</p>
|
||||||
<a id="hero-button" href="/es/get-started/">
|
<a href="/es/get-started/">
|
||||||
<Button>
|
<Button>
|
||||||
Vamos allá
|
Vamos allá
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -183,7 +183,7 @@ description: Un logiciel libre et open source avec lequel tu peux gérer un rés
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="all-features">
|
<div class="all-features">
|
||||||
<a id="hero-button" href="/fr/features/">
|
<a href="/fr/features/">
|
||||||
<Button>
|
<Button>
|
||||||
Toutes les fonctions
|
Toutes les fonctions
|
||||||
</Button>
|
</Button>
|
||||||
@ -277,7 +277,7 @@ description: Un logiciel libre et open source avec lequel tu peux gérer un rés
|
|||||||
Tu peux héberger <i>ocelot.social</i> sur ton propre serveur ou le faire héberger.<br>
|
Tu peux héberger <i>ocelot.social</i> sur ton propre serveur ou le faire héberger.<br>
|
||||||
Jetes un coup d’œil aux options disponibles :
|
Jetes un coup d’œil aux options disponibles :
|
||||||
</p>
|
</p>
|
||||||
<a id="hero-button" href="/fr/get-started/">
|
<a href="/fr/get-started/">
|
||||||
<Button>
|
<Button>
|
||||||
C’est parti !
|
C’est parti !
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user