fix optim breaking spaces

This commit is contained in:
Yann Esposito (Yogsototh) 2020-11-02 11:46:15 +01:00
parent 56a9afd6f7
commit 18eef9363e
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 18 additions and 15 deletions

View file

@ -17,7 +17,7 @@
<input name="t" type="radio" id="g"> <input name="t" type="radio" id="g">
<div id="labels"> <div id="labels">
<div class="content"> <div class="content">
<label for="l">light</label> <label for="l">light</label>&nbsp;
<span id="logo"> <span id="logo">
<a href="/"> <a href="/">
<svg width="5em" viewBox="0 0 64 64"> <svg width="5em" viewBox="0 0 64 64">
@ -27,9 +27,9 @@
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/> <ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/>
</svg> </svg>
</a> </a>
</span> </span>&nbsp;
<label for="d">dark</label> <label for="d">dark</label>&nbsp;
/ <label for="g">geek</label> /&nbsp;<label for="g">geek</label>
</div> </div>
</div> </div>
<div class="main"> <div class="main">

View file

@ -15,7 +15,7 @@
<input name="t" type="radio" id="g"> <input name="t" type="radio" id="g">
<div id="labels"> <div id="labels">
<div class="content"> <div class="content">
<label for="l">light</label> <label for="l">light</label>&nbsp;
<span id="logo"> <span id="logo">
<a href="/"> <a href="/">
<svg viewBox="0 0 64 64"> <svg viewBox="0 0 64 64">
@ -25,9 +25,9 @@
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/> <ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/>
</svg> </svg>
</a> </a>
</span> </span>&nbsp;
<label for="d">dark</label> <label for="d">dark</label>&nbsp;
/ <label for="g">geek</label> /&nbsp;<label for="g">geek</label>
</div> </div>
</div> </div>
<div class="main"> <div class="main">

View file

@ -12,14 +12,11 @@
</head> </head>
<body><input name="t" type="radio" id="l"> <body><input name="t" type="radio" id="l">
<input name="t" type="radio" id="d"> <input name="t" type="radio" id="d">
<input name="t" type="radio" id="g">
<div id="labels"> <div id="labels">
<div class="content"> <div class="content">
<label for="l">light</label> | <label for="d">dark</label> <label for="l">light</label>&nbsp;
</div> <span id="logo">
</div>
<div class="main">
<div id="preamble" class="status">
<div id="logo">
<a href="/"> <a href="/">
<svg viewBox="0 0 64 64"> <svg viewBox="0 0 64 64">
<circle cx="32" cy="32" r="30" stroke="var(--b2)" stroke-width="2" fill="var(--b03)"/> <circle cx="32" cy="32" r="30" stroke="var(--b2)" stroke-width="2" fill="var(--b03)"/>
@ -28,7 +25,13 @@
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/> <ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/>
</svg> </svg>
</a> </a>
</div> </span>&nbsp;
<label for="d">dark</label>&nbsp;
/&nbsp;<label for="g">geek</label>
</div>
</div>
<div class="main">
<div id="preamble" class="status">
<div class="content"> <div class="content">
<h1>{{title}}</h1> <h1>{{title}}</h1>
<div class="meta"> <div class="meta">