mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
style fixes
This commit is contained in:
parent
0cf95a7897
commit
6b54ec8b30
@ -7,7 +7,7 @@ require('raleway.css')
|
||||
// Start
|
||||
|
||||
document.getElementById('root').innerHTML = `
|
||||
<div style="text-align:center">
|
||||
<div style="text-align:center;margin-top:2rem">
|
||||
<h1>Loading</h1>
|
||||
<p>Gathering components</p>
|
||||
</div>
|
||||
@ -130,7 +130,7 @@ require.ensure('react', _ => {
|
||||
</Route>
|
||||
</Router>
|
||||
} else {
|
||||
return <div className="loading" >
|
||||
return <div className="loading" style={{ marginTop: '2rem' }} >
|
||||
<div className="text-center">
|
||||
<Icon className="center-block fa-spin fa-3x light" name="refresh" />
|
||||
<h4 className="top-half-em">Downloading Components</h4>
|
||||
|
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
</noscript>
|
||||
<div id="root">
|
||||
<div style="text-align:center">
|
||||
<div style="text-align:center;margin-top:2rem">
|
||||
<h1>Loading</h1>
|
||||
<p>Downloading Scripts</p>
|
||||
</div>
|
||||
|
@ -141,7 +141,7 @@ a:hover {
|
||||
.navbar {
|
||||
border-bottom: 1px solid #eee;
|
||||
display: block;
|
||||
height: 4.5em
|
||||
height: 4em
|
||||
}
|
||||
|
||||
.navbar .container {
|
||||
@ -195,6 +195,13 @@ a:hover {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 550px) {
|
||||
/* larger than mobile */
|
||||
.navbar {
|
||||
height: 4.5em
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 500px) {
|
||||
/* larger than mobile */
|
||||
.buttons {
|
||||
|
Loading…
Reference in New Issue
Block a user