diff --git a/archive/community.applications-2021.10.21-x86_64-1.txz b/archive/community.applications-2021.10.21-x86_64-1.txz index 161cd809..79b4b4a0 100644 Binary files a/archive/community.applications-2021.10.21-x86_64-1.txz and b/archive/community.applications-2021.10.21-x86_64-1.txz differ diff --git a/plugins/community.applications.plg b/plugins/community.applications.plg index 1e21baf2..9bcc4bed 100644 --- a/plugins/community.applications.plg +++ b/plugins/community.applications.plg @@ -2,8 +2,8 @@ - - + + @@ -17,6 +17,7 @@ - Changed / Fixed: Rendering speed at startup, page transitions etc - Fixee: Uninstalling from a category woulen't highlight Installed Apps after finish. - Fixed: Uninstalling from either the docker or plugin subsection of installed apps would highlight Installed Apps after uninstall +- Various CSS tweaks ###2021.10.19 - Changed: Drop limit of displayed apps on home page from 25 to 7 / 10 depending upon settings diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index 713d7753..881739d4 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -20,6 +20,6 @@ b398273cf7daa62ab00d2de2336ca25f ./README.md 9eba209fba4bbf1a02e57ddafebfdf8c ./scripts/showStatistics.php 4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh 2bd671daecaf01549f8cc0202cb184b3 ./scripts/updatePluginSupport.php -6b01e3a20e2c33f6ab6f13b2945e02af ./skins/Narrow/css.php +87b6713bbc510b0e59f9fb75af7ddbfd ./skins/Narrow/css.php 4ff34c148d3dde1a420303faecd414ae ./skins/Narrow/skin.html 04e6f1da0298fb648d1a813d5bd47b9c ./skins/Narrow/skin.php diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/css.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/css.php index 6ff9a5ba..aa4a016f 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/css.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/css.php @@ -219,7 +219,8 @@ ul.nonselectMenu {list-style-type: none;margin:0px 0px 20px 0px;padding: 0;font- .ca_private::after {content:"\f069";font-family:fontAwesome;} .ca_private{color:#882626;} .ca_profile::before {content:"\f2bb";font-family:fontAwesome;} -.ca_readmore {color:;font-size:1.5rem !important;cursor:pointer;padding-left:.5rem;padding-right:.5rem;padding-top:1rem;display:inline-block;margin-bottom:2rem;} +.ca_readmore {color:;font-size:1.5rem !important;cursor:pointer;padding-left:.5rem;padding-right:.5rem;padding-top:1rem;display:inline-block;margin-bottom:2rem;font-family:unset;} +.ca_readmore::before {font-family:fontAwesome;} .ca_readmore:hover {text-decoration:none;color:#d67777;} .ca_reddit::before {content:"\f281";font-family:fontAwesome;} .ca_red{color:#882626;} @@ -276,7 +277,7 @@ img.displayIcon {height:6.4rem;width:6.4rem;border-radius:1rem 1rem 1rem 1rem;} .favCardBackground::before{content:"\f004";font-family:fontAwesome;} .homeMore{color:;cursor:pointer;} .homeMore:hover{color:#d67777;} -.homespotlightIconArea{display: inline-block;position: relative;top: -23rem;left: 24rem;cursor:pointer;} +.homespotlightIconArea{display: inline-block;position: relative;top: -25rem;left: 24rem;cursor:pointer;} .hoverMenu {color:;} .infoIcon::before{content:"\f05a";font-family:fontAwesome;} .infoButton {line-height:2rem;cursor:pointer;display:inline-block;color:!important;background: ;background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.4) 100%),-webkit-linear-gradient(left, lighten(, 15%) 0%, 50%, lighten(, 15%) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%),linear-gradient(to right, lighten(#E68321, 15%) 0%, #E68321 50%, lighten(#E68321, 15%) 100%); background-position: 0 0; background-size: 100% 100%; border-radius: 15px; color: #fff; padding: 1px 10px 1px 10px;}