Larger likes count on mobile

merge-requests/26/head
Bob Mottram 2022-03-01 17:28:27 +00:00
parent e1200b9af3
commit 03279386ae
3 changed files with 21 additions and 11 deletions

View File

@ -24,7 +24,7 @@ Moderators rely upon your reports. Don't assume that something of concern has al
Content found to be non-compliant with this policy will be removed and any accounts on this instance producing, repeating or linking to such content will be deleted typically without prior notification.
### Federation Policy
In a proactive effort to avoid the classic fate of *"embrace, extend, extinguish"* this system will block any instance launched, acquired or funded by Alphabet/Google, Facebook, Twitter, Microsoft, Apple, Amazon, Elsevier or other monopolistic Silicon Valley companies.
In a proactive effort to avoid the classic fate of *"embrace, extend, extinguish"* this system will block any instance launched, acquired or funded by Alphabet/Google, Facebook/Meta, Twitter, Microsoft, Apple, Amazon, Elsevier or other monopolistic Silicon Valley companies.
This system will not federate with instances whose moderation policy is incompatible with the content policy described above. If an instance lacks a moderation policy, or refuses to enforce one, it will be assumed to be incompatible.

View File

@ -1,9 +1,9 @@
@charset "UTF-8";
:root {
--liker-names-margin: 2%;
--liker-names-size1: 30px;
--liker-names-size2: 40px;
--likes-names-margin: 2%;
--likes-names-size1: 30px;
--likes-names-size2: 40px;
--liker-names-vertical-spacing1: 50px;
--liker-names-vertical-spacing2: 100px;
--pwa-theme-color: apple-mobile-web-app-status-bar-style;
@ -59,8 +59,14 @@
--font-size4: 18px;
--font-size5: 16px;
--font-size-likes: 14px;
--font-size-likes-mobile: 32px;
--font-size-likes-mobile: 64px;
--font-size-likes-tiny: 16px;
--likes-margin-left-tiny: 10px;
--likes-margin-right-tiny: 10px;
--likes-margin-top-tiny: -10px;
--likes-margin-left-mobile: 20px;
--likes-margin-right-mobile: 0px;
--likes-margin-top-mobile: 0px;
--font-size-pgp-key: 16px;
--font-size-pgp-key2: 18px;
--font-size-tox: 16px;
@ -2043,9 +2049,9 @@ div.container {
.likesCount {
font-size: var(--font-size-likes-mobile);
font-family: 'NimbusSanL';
float: right;
padding: 32px 0;
transform: translateX(var(--likes-count-offset-mobile));
margin-left: var(--likes-margin-left-mobile);
margin-right: var(--likes-margin-right-mobile);
margin-top: var(--likes-margin-top-mobile);
font-weight: bold;
}
.container p.administeredby {
@ -2788,9 +2794,9 @@ div.container {
.likesCount {
font-size: var(--font-size-likes-tiny);
font-family: 'NimbusSanL';
float: right;
padding: 32px 0;
transform: translateX(var(--likes-count-offset-tiny));
margin-left: var(--likes-margin-left-tiny);
margin-right: var(--likes-margin-right-tiny);
margin-top: var(--likes-margin-top-tiny);
font-weight: bold;
}
.container p.administeredby {

View File

@ -1,4 +1,8 @@
{
"font-size-likes-mobile": "64px",
"likes-margin-left-mobile": "20px",
"likes-margin-right-mobile": "0px",
"likes-margin-top-mobile": "0px",
"pwa-theme-color": "apple-mobile-web-app-status-bar-style",
"pwa-theme-background-color": "black-translucent",
"dropdown-fg-color": "#d5c7b7",