Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion TSPL.docc/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<span class="color-scheme-toggle-label">Auto</span>
</label>
</form>
<aside>
<aside class="footer-social-icons">
<a href="/atom.xml" title="Subscribe to Site Updates"><i class="feed"></i></a>
<a href="https://twitter.com/swiftlang" rel="nofollow" title="Follow @SwiftLang on Twitter"><i class="twitter"></i></a>
</aside>
Expand Down Expand Up @@ -110,6 +110,13 @@
padding: 0;
border:0
}

.footer-social-icons {
display: flex;
flex-direction: row-reverse;
justify-content: right;
gap: 1rem;
}
</style>
<script type="text/javascript">
// DocC uses this local storage key to persist appearance preferences.
Expand Down