mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
fix
This commit is contained in:
parent
11dbed26ba
commit
b21d5bcd39
Binary file not shown.
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "community.applications">
|
||||
<!ENTITY author "Andrew Zawadzki">
|
||||
<!ENTITY version "2021.10.19">
|
||||
<!ENTITY md5 "7dea1ce7c5cbe68dac07acb4763cd63c">
|
||||
<!ENTITY version "2021.10.21">
|
||||
<!ENTITY md5 "722f5d1c563ea81ac2119bcf71b82efb">
|
||||
<!ENTITY launch "Apps">
|
||||
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
|
||||
<!ENTITY github "Squidly271/community.applications">
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:<?=$unRaid66color?>;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:<?=$unRaid66color?>;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:<?=$unRaid66color?>;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:<?=$unRaid66color?>;}
|
||||
.infoIcon::before{content:"\f05a";font-family:fontAwesome;}
|
||||
.infoButton {line-height:2rem;cursor:pointer;display:inline-block;color:<?=$donateText?>!important;background: <?=$donateBackground?>;background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.4) 100%),-webkit-linear-gradient(left, lighten(<?=$donateBackground?>, 15%) 0%, <?=$donateBackground?> 50%, lighten(<?=$donateBackground?>, 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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user