mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-09 13:07:27 +03:00
feat: add section link to frontpage bridge card (#4396)
This commit is contained in:
parent
1d02214e12
commit
cb65125dbd
2 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,10 @@ final class BridgeCard
|
||||||
data-short-name="$shortName"
|
data-short-name="$shortName"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
<a style="position: absolute; top: 10px; left: 10px" href="#bridge-{$bridgeClassName}">
|
||||||
|
<h1>#</h1>
|
||||||
|
<a>
|
||||||
|
|
||||||
<h2><a href="{$uri}">{$name}</a></h2>
|
<h2><a href="{$uri}">{$name}</a></h2>
|
||||||
<p class="description">{$description}</p>
|
<p class="description">{$description}</p>
|
||||||
|
|
||||||
|
|
|
@ -186,6 +186,7 @@ section li {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
.bridge-card {
|
.bridge-card {
|
||||||
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue