Remove post embed views and rimgo icon

This commit is contained in:
blankie 2023-05-27 21:42:28 +07:00
parent 826d4fab90
commit 5bdb2e1716
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 2 additions and 22 deletions

View File

@ -1,7 +1,3 @@
.logo {
filter: invert(180deg), hue-rotate(180deg);
}
body { body {
overflow: hidden; overflow: hidden;
} }
@ -33,10 +29,6 @@ body {
width: 100%; width: 100%;
} }
.views {
gap: 4px;
}
.postDetails { .postDetails {
display: flex; display: flex;
gap: 1rem; gap: 1rem;
@ -51,4 +43,4 @@ h3 {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
height: 9vh; height: 9vh;
} }

View File

@ -29,20 +29,8 @@
<h3>{{post.Title}}</h3> <h3>{{post.Title}}</h3>
</a> </a>
{{/if}} {{/if}}
<div class="views flex flex-center">
<img class="icon" src="/static/icons/eye.svg" alt="Views">
<p>{{post.Views}}</p>
</div>
</div>
<div class="flex flex-center">
<a href="/{{post.Id}}">
<img src="/static/img/rimgo.svg" width="32px" height="32px" class="logo">
</a>
<a href="/{{post.Id}}">
rimgo
</a>
</div> </div>
</div> </div>
</body> </body>
</html> </html>