make popup a bit bigger

pull/11/head
Squidly271 2021-08-15 13:55:16 -04:00
parent 79a3fbf949
commit 4dd9e332a2
4 changed files with 8 additions and 8 deletions

View File

@ -674,8 +674,8 @@ function setToolTip() {
trigger:'custom',
triggerOpen:{click:true,touchstart:true},
multiple:true,
minWidth:unRaidFontSize*60,
maxWidth:unRaidFontSize*60,
minWidth:unRaidFontSize*70,
maxWidth:unRaidFontSize*70,
triggerClose:{click:true},
onlyOne:true,
functionInit: function(instance,helper) {
@ -707,8 +707,8 @@ function setToolTip() {
trigger:'custom',
triggerOpen:{click:true,touchstart:true},
multiple:true,
minWidth:unRaidFontSize*60,
maxWidth:unRaidFontSize*60,
minWidth:unRaidFontSize*70,
maxWidth:unRaidFontSize*70,
triggerClose:{click:true,tap:true},
onlyOne:true,
functionInit: function(instance,helper) {

View File

@ -1,7 +1,7 @@
767d6f2203fed9541daeb57bbf7b58b3 ./Apps.page
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
2cdb7da0d67a11278ada7fd029707738 ./ca_settings.page
c2c927b524c58a1be457ab0a7e2a1a35 ./CommunityApps.page
f947d71fff333f36fbc9e967a4de06c0 ./CommunityApps.page
7c88ace586933a4a60b0ef2f8a97a662 ./default.cfg
4344942541019c3b5464d508c7f0dd30 ./images/community.applications.png
6e48a62b91bdd066f023f46c6b491afd ./images/discord-azure.svg
@ -27,6 +27,6 @@ ce2c904b6a40c4677a3ff3484776959e ./scripts/installMultiPlugin.sh
f9c3f431935fb20801f3fef152dc7b58 ./scripts/showStatistics.php
4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh
02759ea835ee4ce5a051fead96ab9b9b ./scripts/updatePluginSupport.php
8cdf81a121dd988b5c0e5afd9bf7dfde ./skins/Narrow/css.php
52a993516c25db595a0220323b0fc78e ./skins/Narrow/css.php
b5bfdf941393ebfa940ab4b0518bd9ff ./skins/Narrow/skin.html
e28286a6bfbf429347630131df375e37 ./skins/Narrow/skin.php

View File

@ -94,9 +94,9 @@ a {color:<?=$aColor?>;}
.tooltipster-content{color:<?=$tooltipsterContent?>!important}
body.stop-scrolling{height:70%;overflow:inherit;} /* disable SweetAlert killing the scroll bar ( stops the wiggle ) */
.sweet-alert table{margin-top:0px}
.popupHolder,.tooltipster-box {max-height:460px;}
.popupHolder,.tooltipster-box {max-height:500px;}
.sweet-overlay{background-color:rgba(0, 0, 0, 0) !important;} /* don't dim if spinner is displayed */
.popupTable{font-size:1.5rem;width:45rem;margin-top:0px;margin-left:auto;}
.popupTable{font-size:1.5rem;width:55rem;margin-top:0px;margin-left:auto;}
.popupTable td {width:30%;text-align:left;}
.ca_LanguageDisclaimer {cursor:pointer;font-size:.9rem;}
.ca_LanguageDisclaimer:hover {color:<?=$linkColor?>;}