mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
only allow clicking on actual displayed text, not blank lines at bottom
This commit is contained in:
parent
829dc029bd
commit
d7186c9ba2
Binary file not shown.
@ -15,7 +15,7 @@ ba7e6456556f29f6e8fa0ade0dcadd30 ./include/exec.php
|
||||
d7f50413cbaac1c6cb9ceaaef48f270a ./include/helpers.php
|
||||
8f1129e0cdb994c6d1900192252433d8 ./include/paths.php
|
||||
eb76c1b6ed3da5e5b393f22d2ec18430 ./javascript/libraries.js
|
||||
83889732fae782879bd3bc9406c3fc25 ./skins/Narrow/css.php
|
||||
3589517ca928faf6b1ba873755608ff8 ./skins/Narrow/css.php
|
||||
944beab17894885ed9ae22db3920a054 ./skins/Narrow/skin.html
|
||||
803c7bb7182371831f27dea9ebcfeddb ./skins/Narrow/skin.php
|
||||
38d1f40cbc64eed32cdb3292e1ec1f6e ./scripts/PluginAPI.php
|
||||
|
@ -115,8 +115,8 @@ a.ca_author {text-decoration:none;color:inherit;}
|
||||
.ca_categoryLink {color:<?=$linkColor?>;font-weight:normal;}
|
||||
.moderationLink {color:<?=$linkColor?>;font-weight:normal;}
|
||||
a.ca_categoryLink {text-decoration:none;color:inherit;}
|
||||
.ca_descriptionArea {margin:1rem;width:auto;height:6rem;position:relative;margin-top:-11rem;}
|
||||
.ca_descriptionAreaRepository {margin:1rem;width:auto;height:6rem;position:relative;margin-top:-12rem;}
|
||||
.ca_descriptionArea {margin:1rem;width:auto;max-height:6rem;position:relative;margin-top:-11rem;}
|
||||
.ca_descriptionAreaRepository {margin:1rem;width:auto;max-height:6rem;position:relative;margin-top:-12rem;}
|
||||
.ca_holderDocker {background-color:<?=$templateBackground?>;display:inline-block;float:left;height:24rem;min-width:37rem;max-width:50rem;flex-grow:1;flex-basis:37rem;overflow:hidden;padding:0px;margin-left:0px;margin-top:0px;margin-bottom:1rem;margin-right:1rem;border:1px solid;border-color:<?=$borderColor?>;border-radius:10px 10px 10px 10px;}
|
||||
.ca_holderPlugin {background-color:<?=$templateBackground?>;display:inline-block;float:left;height:24rem;min-width:37rem;max-width:50rem;flex-grow:1;flex-basis:37rem;overflow:hidden;padding:0px;margin-left:0px;margin-top:0px;margin-bottom:1rem;margin-right:1rem;border:1px solid;border-color:<?=$borderColor?>;border-radius:10px 10px 10px 10px;}
|
||||
.ca_holderFav {background-color:<?=$templateFavourite?> !important;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user