pidgin/nest

Use theme CSS for supported language list

19 months ago, Elliott Sales de Andrade
f105d31834e0
Parents 73fe5610cc73
Children f57c5d0a9038
Use theme CSS for supported language list

This is responsive on smaller screens and switches to a single column there.

Testing Done:
Rendered the site and checked it at small and large widths.

Reviewed at https://reviews.imfreedom.org/r/1805/
--- a/hugo/layouts/shortcodes/i18n-languages.html Mon Sep 05 22:55:26 2022 -0500
+++ b/hugo/layouts/shortcodes/i18n-languages.html Tue Sep 20 00:47:44 2022 -0500
@@ -1,5 +1,5 @@
-<ul class="condensed">
+<ul class="bullets">
{{- range .Site.Data.i18n_languages -}}
- <li>{{ . }}</li>
+ <li class="bullet four-column-bullet">{{ . }}</li>
{{- end -}}
</ul>
--- a/hugo/static/css/custom.css Mon Sep 05 22:55:26 2022 -0500
+++ b/hugo/static/css/custom.css Tue Sep 20 00:47:44 2022 -0500
@@ -1,18 +1,4 @@
-/*td img {
- margin: 0 !important;
- width: 30px;
-}
-*/
/* stuff from the old pidgin.im */
-ul.condensed {
- display: block;
-}
-
-.condensed li {
- width: 33%;
- display: inline-block;
-}
-
.donate-button {
display: inline-block;
border-radius: 25px;
@@ -147,7 +133,7 @@
}
/*****************************************************************************
- * Pligin Table
+ * Plugin Table
*****************************************************************************/
.plugin-icon {