1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 18:19:54 +00:00

Keep the globe on the same line while still breaking link #230

This commit is contained in:
Timur Ismagilov 2024-06-10 14:15:03 +03:00
parent 326ace8e13
commit 0b132d33fb

View File

@ -106,13 +106,11 @@ textarea {font-size:16px; font-family: inherit; line-height: 150%; }
main h1:not(.navi-title) {font-size:1.7rem;}
blockquote { margin: 0; padding-left: .75rem; }
.wikilink_external::before { display: inline-block; width: 18px; height: 16px; vertical-align: sub; }
/* .wikilink_external { padding-left: 16px; } */
.wikilink_gopher::before { content: url("/static/icon/gopher-proto.svg"); }
.wikilink_http::before, .wikilink_https::before { content: url("/static/icon/http-proto.svg"); }
/* .wikilink_https { background: transparent url("/static/icon/http-proto.svg") center left no-repeat; } */
.wikilink_gemini::before { content: url("/static/icon/gemini-proto.svg"); }
.wikilink_mailto::before { content: url("/static/icon/mailto-proto.svg"); }
.wikilink_external { padding-left: 17px; }
.wikilink_gopher { background: transparent left no-repeat url("/static/icon/gopher-proto.svg"); }
.wikilink_http, .wikilink_https { background: transparent left no-repeat url("/static/icon/http-proto.svg"); }
.wikilink_gemini { background: transparent left no-repeat url("/static/icon/gemini-proto.svg"); }
.wikilink_mailto { background: transparent left no-repeat url("/static/icon/mailto-proto.svg"); }
article { overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; line-height: 150%; }
main h1 { margin: .5rem 0 0 0; }