diff --git a/static/css/base.css b/static/css/base.css index a58ceef..d60231f 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -24,7 +24,7 @@ nav { align-items: center; } -.logo { +.logo, .icon { filter: invert(1) hue-rotate(180deg); } @@ -71,10 +71,6 @@ main { gap: 10px; } -.post__meta .material-icons-outlined { - font-size: 1rem; -} - .pageSelector { display: flex; justify-content: space-between; @@ -85,15 +81,12 @@ footer { display: flex; justify-content: center; flex-direction: row; - gap: 10px; + gap: 5rem; + margin: 2em 0; } @media only screen and (max-width: 812px) { section, header, main { margin: 0 !important; } - footer { - flex-direction: column; - text-align: center; - } } \ No newline at end of file diff --git a/static/css/comments.css b/static/css/comments.css index 734d0e9..c336577 100644 --- a/static/css/comments.css +++ b/static/css/comments.css @@ -37,11 +37,11 @@ } #comments__expandBtn ~ .comments__expandBtn__label > span::after { - content: "expand_more"; + content: "⌄"; } #comments__expandBtn:checked ~ .comments__expandBtn__label > span::after { - content: "expand_less"; + content: "⌃"; } #comments__expandBtn:checked ~ .comments { diff --git a/static/css/privacy.css b/static/css/privacy.css index 45c60a5..8514d74 100644 --- a/static/css/privacy.css +++ b/static/css/privacy.css @@ -14,8 +14,7 @@ ul { } .largeIcon { - font-size: 36px; - color: #2b95f2; + height: 36px; } .badgeWrapper { diff --git a/static/fonts/css.css b/static/fonts/css.css new file mode 100644 index 0000000..9149d07 --- /dev/null +++ b/static/fonts/css.css @@ -0,0 +1 @@ +.gg-chevron-down{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.gg-chevron-down::after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-right:2px solid;transform:rotate(45deg);left:4px;top:2px}.gg-chevron-up{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.gg-chevron-up::after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-top:2px solid;border-right:2px solid;transform:rotate(-45deg);left:4px;bottom:2px}.gg-eye{position:relative;display:block;transform:scale(var(--ggs,1));width:24px;height:18px;border-bottom-right-radius:100px;border-bottom-left-radius:100px;overflow:hidden;box-sizing:border-box}.gg-eye::after,.gg-eye::before{content:"";display:block;border-radius:100px;position:absolute;box-sizing:border-box}.gg-eye::after{top:2px;box-shadow:inset 0 -8px 0 2px,inset 0 0 0 2px;width:24px;height:24px}.gg-eye::before{width:8px;height:8px;border:2px solid;bottom:4px;left:8px} \ No newline at end of file diff --git a/static/icons/alert-circle.svg b/static/icons/alert-circle.svg new file mode 100644 index 0000000..dcc802a --- /dev/null +++ b/static/icons/alert-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/alert-triangle.svg b/static/icons/alert-triangle.svg new file mode 100644 index 0000000..53c4326 --- /dev/null +++ b/static/icons/alert-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/check-circle.svg b/static/icons/check-circle.svg new file mode 100644 index 0000000..cef44f3 --- /dev/null +++ b/static/icons/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/chevron-down.svg b/static/icons/chevron-down.svg new file mode 100644 index 0000000..affee97 --- /dev/null +++ b/static/icons/chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/chevron-up.svg b/static/icons/chevron-up.svg new file mode 100644 index 0000000..0fd7760 --- /dev/null +++ b/static/icons/chevron-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/eye.svg b/static/icons/eye.svg new file mode 100644 index 0000000..4fdb2ba --- /dev/null +++ b/static/icons/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/hash.svg b/static/icons/hash.svg new file mode 100644 index 0000000..267dc0e --- /dev/null +++ b/static/icons/hash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/link.svg b/static/icons/link.svg new file mode 100644 index 0000000..a983646 --- /dev/null +++ b/static/icons/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/message-square.svg b/static/icons/message-square.svg new file mode 100644 index 0000000..416a7ca --- /dev/null +++ b/static/icons/message-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/smartphone.svg b/static/icons/smartphone.svg new file mode 100644 index 0000000..56cb714 --- /dev/null +++ b/static/icons/smartphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/tool.svg b/static/icons/tool.svg new file mode 100644 index 0000000..91fc16e --- /dev/null +++ b/static/icons/tool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/views/embed.hbs b/views/embed.hbs index 374a1cd..d8dba19 100644 --- a/views/embed.hbs +++ b/views/embed.hbs @@ -4,7 +4,6 @@ {{> partials/head }} - @@ -31,7 +30,7 @@ {{/if}}
- visibility + Views

{{post.Views}}

diff --git a/views/partials/comment.hbs b/views/partials/comment.hbs index 77bb65c..93c8337 100644 --- a/views/partials/comment.hbs +++ b/views/partials/comment.hbs @@ -18,8 +18,8 @@ (deleted {{this.DeletedAt}}) {{/if}} | - thumb_up {{this.Upvotes}} - thumb_down {{this.Downvotes}} + Likes {{this.Upvotes}} + Dislikes {{this.Downvotes}}

diff --git a/views/partials/footer.hbs b/views/partials/footer.hbs index 779a559..fcc2173 100644 --- a/views/partials/footer.hbs +++ b/views/partials/footer.hbs @@ -1,10 +1,4 @@ -


- \ No newline at end of file diff --git a/views/partials/head.hbs b/views/partials/head.hbs index dd9af6e..7b9938e 100644 --- a/views/partials/head.hbs +++ b/views/partials/head.hbs @@ -12,5 +12,4 @@ - \ No newline at end of file diff --git a/views/partials/post.hbs b/views/partials/post.hbs index 208f2ac..3b58ace 100644 --- a/views/partials/post.hbs +++ b/views/partials/post.hbs @@ -11,20 +11,14 @@

{{Title}}

- - arrow_upward - + Points {{Points}}

- - comment - + Comments {{Comments}}

- - visibility - + Views {{Views}}

diff --git a/views/post.hbs b/views/post.hbs index 0f0215d..2911cca 100644 --- a/views/post.hbs +++ b/views/post.hbs @@ -11,7 +11,6 @@ {{> partials/head }} - @@ -37,12 +36,18 @@ {{/if}}
- visibility + Views

{{post.Views}}

{{#if post.SharedWithCommunity}} -

thumb_up {{post.Upvotes}}

-

thumb_down {{post.Downvotes}}

+
+ Likes +

{{post.Upvotes}}

+
+
+ Dislikes +

{{post.Downvotes}}

+
{{/if}}
@@ -93,7 +98,7 @@
{{#each comments}} diff --git a/views/privacy.hbs b/views/privacy.hbs index cb45faf..067b426 100644 --- a/views/privacy.hbs +++ b/views/privacy.hbs @@ -28,9 +28,7 @@ {{#if config.Privacy.not_collected}}
- - check_circle - +

Data Not Collected

The instance operator does not collect any data from this instance.

@@ -40,9 +38,7 @@ {{#unless config.Privacy.set}}
- - report_problem - +

No Details Provided

The operator of this instance will be required to provide privacy details to be added to the instance list.

@@ -52,33 +48,31 @@ {{#unless config.Privacy.not_collected}}
- - error_outline - +

Data Collected

The following data may be collected:

    {{#if config.Privacy.ip}}
  • - password + Internet address (IP Address)
  • {{/if}} {{#if config.Privacy.url}}
  • - link + Page viewed (Request URL)
  • {{/if}} {{#if config.Privacy.device}}
  • - phonelink + Device Type (User agent)
  • {{/if}} {{#if config.Privacy.diagnostics}}
  • - settings + Diagnostics
  • {{/if}} @@ -95,21 +89,21 @@

    • - password + Internet address (IP Address) - This is an address that is given to your computer or internet connection. This can be used to find your city or region and internet provider but can change depending on your connection.
    • - link + Page viewed (Request URL) - This is what page you are viewing. Searches are kept private.
    • - phonelink + Device Type (User agent) - This is what browser, device, and operating system you are using. Advanced users can change this with an extension or browser setting.
    • - settings + Diagnostics - When this data is only collected when there is an error or only a short amount of time while diagnosing an issue.
    • diff --git a/views/tag.hbs b/views/tag.hbs index 4a653cd..7af735c 100644 --- a/views/tag.hbs +++ b/views/tag.hbs @@ -6,7 +6,6 @@ {{> partials/head }} - diff --git a/views/user.hbs b/views/user.hbs index bd98a56..89230e5 100644 --- a/views/user.hbs +++ b/views/user.hbs @@ -6,7 +6,6 @@ {{> partials/head }} -