Add a button to toggle between article and comments

This commit is contained in:
2019-08-25 08:50:49 +00:00
parent 9336760ed3
commit b1275d9a27
6 changed files with 125 additions and 5 deletions

View File

@@ -65,6 +65,10 @@ span.source {
color: #444444;
}
.article {
padding-bottom: 3rem;
}
.article-container {
margin: 1rem auto;
max-width: 38rem;
@@ -151,3 +155,20 @@ span.source {
.comment .text {
margin-top: -0.5rem;
}
.toggleDot {
position: fixed;
bottom: 1rem;
right: 1rem;
height: 3rem;
width: 3rem;
background-color: #828282;
border-radius: 50%;
}
.toggleDot .button {
font: 3rem/1 serif;
position: relative;
top: 0.1rem;
left: 0.1rem;
}