mirror of https://gitlab.com/bashrc2/epicyon
Larger likes count on mobile
parent
e1200b9af3
commit
03279386ae
|
@ -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.
|
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
|
### 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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--liker-names-margin: 2%;
|
--likes-names-margin: 2%;
|
||||||
--liker-names-size1: 30px;
|
--likes-names-size1: 30px;
|
||||||
--liker-names-size2: 40px;
|
--likes-names-size2: 40px;
|
||||||
--liker-names-vertical-spacing1: 50px;
|
--liker-names-vertical-spacing1: 50px;
|
||||||
--liker-names-vertical-spacing2: 100px;
|
--liker-names-vertical-spacing2: 100px;
|
||||||
--pwa-theme-color: apple-mobile-web-app-status-bar-style;
|
--pwa-theme-color: apple-mobile-web-app-status-bar-style;
|
||||||
|
@ -59,8 +59,14 @@
|
||||||
--font-size4: 18px;
|
--font-size4: 18px;
|
||||||
--font-size5: 16px;
|
--font-size5: 16px;
|
||||||
--font-size-likes: 14px;
|
--font-size-likes: 14px;
|
||||||
--font-size-likes-mobile: 32px;
|
--font-size-likes-mobile: 64px;
|
||||||
--font-size-likes-tiny: 16px;
|
--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-key: 16px;
|
||||||
--font-size-pgp-key2: 18px;
|
--font-size-pgp-key2: 18px;
|
||||||
--font-size-tox: 16px;
|
--font-size-tox: 16px;
|
||||||
|
@ -2043,9 +2049,9 @@ div.container {
|
||||||
.likesCount {
|
.likesCount {
|
||||||
font-size: var(--font-size-likes-mobile);
|
font-size: var(--font-size-likes-mobile);
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
float: right;
|
margin-left: var(--likes-margin-left-mobile);
|
||||||
padding: 32px 0;
|
margin-right: var(--likes-margin-right-mobile);
|
||||||
transform: translateX(var(--likes-count-offset-mobile));
|
margin-top: var(--likes-margin-top-mobile);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.container p.administeredby {
|
.container p.administeredby {
|
||||||
|
@ -2788,9 +2794,9 @@ div.container {
|
||||||
.likesCount {
|
.likesCount {
|
||||||
font-size: var(--font-size-likes-tiny);
|
font-size: var(--font-size-likes-tiny);
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
float: right;
|
margin-left: var(--likes-margin-left-tiny);
|
||||||
padding: 32px 0;
|
margin-right: var(--likes-margin-right-tiny);
|
||||||
transform: translateX(var(--likes-count-offset-tiny));
|
margin-top: var(--likes-margin-top-tiny);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.container p.administeredby {
|
.container p.administeredby {
|
||||||
|
|
|
@ -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-color": "apple-mobile-web-app-status-bar-style",
|
||||||
"pwa-theme-background-color": "black-translucent",
|
"pwa-theme-background-color": "black-translucent",
|
||||||
"dropdown-fg-color": "#d5c7b7",
|
"dropdown-fg-color": "#d5c7b7",
|
||||||
|
|
Loading…
Reference in New Issue