Switch to Feather Icons

This commit is contained in:
video-prize-ranch
2022-10-13 18:26:08 -04:00
parent 50d71ad321
commit b8469ada4e
24 changed files with 47 additions and 60 deletions

View File

@@ -18,8 +18,8 @@
<span class="comment__updatedDate">(deleted {{this.DeletedAt}})</span>
{{/if}}
|
<span class="material-icons-outlined">thumb_up</span> {{this.Upvotes}}
<span class="material-icons-outlined">thumb_down</span> {{this.Downvotes}}
<img class="icon" src="/static/icons/chevron-up.svg" alt="Likes"> {{this.Upvotes}}
<img class="icon" src="/static/icons/chevron-down.svg" alt="Dislikes"> {{this.Downvotes}}
</p>
</div>
<div class="replies">

View File

@@ -1,10 +1,4 @@
<br><br><br>
<footer>
<a href="/privacy">
<span class="material-icons-outlined">visibility</span> Privacy
</a>
<a href="https://codeberg.org/video-prize-ranch/rimgo" rel="noreferrer">
<span class="material-icons-outlined">code</span> Source Code
</a>
<a href="/privacy">Privacy</a>
<a href="https://codeberg.org/video-prize-ranch/rimgo" rel="noreferrer">Source Code</a>
</footer>

View File

@@ -12,5 +12,4 @@
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/static/fonts/Material-Icons-Outlined.css" />
<link rel="stylesheet" href="/static/css/base.css"/>

View File

@@ -11,20 +11,14 @@
<p class="post__title">{{Title}}</p>
<div class="post__meta">
<p>
<span class="material-icons-outlined">
arrow_upward
</span>
<img class="icon" src="/static/icons/chevron-up.svg" alt="Points">
{{Points}}
</p>
<p>
<span class="material-icons-outlined">
comment
</span>
<img class="icon" src="/static/icons/message-square.svg" alt="Comments">
{{Comments}}
<p>
<span class="material-icons-outlined">
visibility
</span>
<img class="icon" src="/static/icons/eye.svg" alt="Views">
{{Views}}
</p>
</div>