This commit is contained in:
Squidly271 2022-03-22 13:29:11 -04:00
parent 0fc9cb0feb
commit d26978ce64
4 changed files with 6 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "community.applications">
<!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2022.03.22">
<!ENTITY md5 "4a326ef4ce3593d92861701eddb370bd">
<!ENTITY version "2022.03.22a">
<!ENTITY md5 "0a181d39785635832afd846c619160bf">
<!ENTITY launch "Apps">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/community.applications">

View File

@ -2526,6 +2526,9 @@ function showSidebarApp(apppath,appname) {
while (isOverflown(this)) {
var existingSize = $(this).css("font-size");
var size = existingSize.replace("px","");
if ( size == newSize + 1 ) { // looks like browsers in Chinese have a minimum enforced font-size
return false;
}
var newSize = size - 1;
if (newSize == 0)
return false;

View File

@ -1,4 +1,4 @@
4dbdbbd1b682f3f28406d3739709159d ./Apps.page
cfc409341cd986ef0f0ca03aa4fa8244 ./Apps.page
4e55f7483b661af21a25b677179baffe ./CA_notices.page
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
e718d7825dbdc96a17a915079222b098 ./default.cfg