1
0
Fork 1

Fix whitespace

pull/10/head
gravel 3 years ago
parent ff9761ccd5
commit c8aeeb3581
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

@ -4,24 +4,24 @@ html {
} }
html.js .noscript { html.js .noscript {
display: none; display: none;
} }
/* Dead style */ /* Dead style */
html:not(.js) .js-only { html:not(.js) .js-only {
display: none; display: none;
} }
header { header {
display: flex; display: flex;
direction: row; direction: row;
/* Push items as far apart as possible */ /* Push items as far apart as possible */
justify-content: space-between; justify-content: space-between;
} }
#headline { #headline {
text-align: center; text-align: center;
flex-grow: 1; flex-grow: 1;
} }
#tbl_communities { width:100%; } #tbl_communities { width:100%; }
@ -31,7 +31,7 @@ header {
.td_identifier { display: none; font-family: monospace; } .td_identifier { display: none; font-family: monospace; }
.td_language:empty::after { .td_language:empty::after {
content: "\2753"; content: "\2753";
} }
#th_description { } #th_description { }
@ -49,55 +49,56 @@ header {
.td_join_url { .td_join_url {
font-family: monospace; font-family: monospace;
white-space: nowrap; white-space: nowrap;
font-size: .8em;
} }
.join_url.nojs_mobile { .join_url.nojs_mobile {
display: none; display: none;
} }
/* Apply margin against copy button. */ /* Apply margin against copy button. */
html.js .join_url { html.js .join_url {
margin-right: 1em; margin-right: 1em;
} }
@media (max-width: 800px) { @media (max-width: 850px) {
.join_url { .join_url {
display: none; display: none;
} }
/* Show backup link only when button is not available. */ /* Show backup link only when button is not available. */
html:not(.js) .join_url.nojs_mobile { html:not(.js) .join_url.nojs_mobile {
display: inline; display: inline;
} }
} }
.join_url_container { .join_url_container {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.copy_button { font-size: inherit } .copy_button { font-size: inherit }
footer { footer {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 100%; width: 100%;
text-align: center; text-align: center;
} }
footer p { footer p {
width: 75%; width: 75%;
margin: .5em; margin: .5em;
text-align: center; text-align: center;
} }
footer nav a { footer nav a {
display: inline-block; display: inline-block;
margin: .25em; margin: .25em;
white-space: nowrap; white-space: nowrap;
} }
/* <Colors> */ /* <Colors> */