fixed css a bit for top bar
This commit is contained in:
parent
553944423b
commit
730de923b3
3 changed files with 19 additions and 13 deletions
|
@ -22,7 +22,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-bar-right {
|
.top-bar-right {
|
||||||
vertical-align: text-bottom;
|
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -166,13 +165,6 @@ button.copy-button {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* meme */
|
|
||||||
canvas {
|
|
||||||
background-color: white;
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* statistics */
|
/* statistics */
|
||||||
.totals-row {
|
.totals-row {
|
||||||
border-top: 1px solid grey;
|
border-top: 1px solid grey;
|
||||||
|
@ -194,12 +186,28 @@ canvas {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-bar-tagline {
|
||||||
|
clear: both;
|
||||||
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 475px) {
|
@media (max-width: 475px) {
|
||||||
|
|
||||||
|
div#publish-active-area {
|
||||||
|
margin-left: 2em;
|
||||||
|
margin-right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.all-claims-img {
|
.all-claims-img {
|
||||||
width:50%;
|
width:50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-bar-right {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<footer class="stop-float">
|
<footer class="stop-float">
|
||||||
<p>thanks for visiting spee.ch</p>
|
<p> thanks for visiting spee.ch </p>
|
||||||
</footer>
|
</footer>
|
|
@ -1,9 +1,7 @@
|
||||||
<div class="top-bar">
|
<div class="top-bar">
|
||||||
<a href="https://en.wikipedia.org/wiki/Freedom_of_information" target="_blank"><img id="logo" src="/assets/img/content-freedom-64px.png"/></a>
|
<a href="https://en.wikipedia.org/wiki/Freedom_of_information" target="_blank"><img id="logo" src="/assets/img/content-freedom-64px.png"/></a>
|
||||||
<h1 id="title"><a href="/">Spee.ch</a></h1><span class="top-bar-left">(beta)</span>
|
<h1 id="title"><a href="/">Spee.ch</a></h1><span class="top-bar-left">(beta)</span>
|
||||||
<span class="top-bar-tagline">Open-source, decentralized image and video hosting.</span>
|
|
||||||
<a href="/about" class="top-bar-right">help</a>
|
|
||||||
<a href="https://github.com/lbryio/spee.ch" target="_blank" class="top-bar-right">source</a>
|
<a href="https://github.com/lbryio/spee.ch" target="_blank" class="top-bar-right">source</a>
|
||||||
|
<a href="/about" class="top-bar-right">help</a>
|
||||||
|
<div class="top-bar-tagline">Open-source, decentralized image and video hosting.</div>
|
||||||
</div>
|
</div>
|
Loading…
Add table
Reference in a new issue