aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/templates/language.html.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/templates/language.html.tmpl b/src/templates/language.html.tmpl
index 1f0cd1e..c67ca11 100644
--- a/src/templates/language.html.tmpl
+++ b/src/templates/language.html.tmpl
@@ -7,6 +7,24 @@
opacity: 0;
}
}
+
+ .lang-grid {
+ button {
+ display: flex;
+ align-items: center;
+ padding-left: 0;
+ padding-block: 1ch;
+
+ > :first-child {
+ font-size: 2em;
+ font-weight: 600; /* Between normal and bold */
+ width: calc(var(--form-element-spacing-horizontal) * 2 + 2ch);
+ }
+ > :nth-child(2) {
+ text-align: left;
+ }
+ }
+ }
</style>
<script>