themes
This commit is contained in:
parent
30e68db061
commit
5eceed2f42
|
@ -6,7 +6,7 @@ var ImageGallery = (_ => {
|
||||||
return class ImageGallery {
|
return class ImageGallery {
|
||||||
getName () {return "ImageGallery";}
|
getName () {return "ImageGallery";}
|
||||||
|
|
||||||
getVersion () {return "1.6.6";}
|
getVersion () {return "1.6.7";}
|
||||||
|
|
||||||
getAuthor () {return "DevilBro";}
|
getAuthor () {return "DevilBro";}
|
||||||
|
|
||||||
|
@ -14,9 +14,7 @@ var ImageGallery = (_ => {
|
||||||
|
|
||||||
constructor () {
|
constructor () {
|
||||||
this.changelog = {
|
this.changelog = {
|
||||||
"added":[["Details","Added some details about the current image and amount of images, can be turned off in settings now"]],
|
"improved":[["Positioning","Improved the position of the sibling images to be placed in the center"]]
|
||||||
"fixed":[["Size","Images in the gallery no longer get resized to a thumbnail size"]],
|
|
||||||
"improved":[["New Library Structure & React","Restructured my Library and switched to React rendering instead of DOM manipulation"]]
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.patchedModules = {
|
this.patchedModules = {
|
||||||
|
@ -38,6 +36,9 @@ var ImageGallery = (_ => {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
top: 50%;
|
||||||
|
bottom: 50%;
|
||||||
|
cursor: pointer;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCN._imagegalleryprevious} {
|
${BDFDB.dotCN._imagegalleryprevious} {
|
||||||
|
@ -252,7 +253,7 @@ var ImageGallery = (_ => {
|
||||||
|
|
||||||
createImageWrapper (instance, imgRef, type, svgIcon) {
|
createImageWrapper (instance, imgRef, type, svgIcon) {
|
||||||
return BDFDB.ReactUtils.createElement("div", {
|
return BDFDB.ReactUtils.createElement("div", {
|
||||||
className: BDFDB.disCNS.imagewrapper + BDFDB.disCNS.imageclickable + BDFDB.disCNS._imagegallerysibling + BDFDB.disCN[`_imagegallery${type}`],
|
className: BDFDB.disCNS._imagegallerysibling + BDFDB.disCN[`_imagegallery${type}`],
|
||||||
onClick: _ => {this.switchImages(instance, type);},
|
onClick: _ => {this.switchImages(instance, type);},
|
||||||
children: [
|
children: [
|
||||||
imgRef,
|
imgRef,
|
||||||
|
|
|
@ -2193,6 +2193,25 @@ body:before {
|
||||||
#app-mount .gemIndicatorContainer-2jdECl { /* boostsettings suggestioncard circle */
|
#app-mount .gemIndicatorContainer-2jdECl { /* boostsettings suggestioncard circle */
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
#app-mount .paymentPane-3bwJ6A { /* boostsettings past transations */
|
||||||
|
background-color: rgba(var(--vtransparencycolor), 0.3);
|
||||||
|
color: rgb(var(--fontwhite1));
|
||||||
|
}
|
||||||
|
#app-mount .paginator-166-09 { /* boostsettings past transations paginator */
|
||||||
|
background: rgba(var(--vtransparencycolor), 0.3);
|
||||||
|
}
|
||||||
|
#app-mount .bottomDivider-1K9Gao { /* boostsettings past transations divider */
|
||||||
|
border-bottom-color: rgba(var(--fontwhite3), 0.5);
|
||||||
|
}
|
||||||
|
#app-mount .tab-1kx2RU { /* boostsettings past transations tab */
|
||||||
|
color: rgb(var(--fontwhite3));
|
||||||
|
}
|
||||||
|
#app-mount .appleRowHeader-241O5v { /* boostsettings past transations applerowheader */
|
||||||
|
color: rgb(var(--fontwhite2));
|
||||||
|
}
|
||||||
|
#app-mount .appleRowBody-2B5tp2 { /* boostsettings past transations applerowbody */
|
||||||
|
color: rgb(var(--fontwhite3));
|
||||||
|
}
|
||||||
|
|
||||||
.introHeader-4MPach { /* hypesquad header */
|
.introHeader-4MPach { /* hypesquad header */
|
||||||
color: rgb(var(--fontwhite1));
|
color: rgb(var(--fontwhite1));
|
||||||
|
@ -3677,13 +3696,13 @@ body:before {
|
||||||
|
|
||||||
.menu-Sp6bN1, /* contextmenu container (guildheader/status) */
|
.menu-Sp6bN1, /* contextmenu container (guildheader/status) */
|
||||||
.contextMenu-HLZMGh, /* contextmenu container (contextmenu) */
|
.contextMenu-HLZMGh, /* contextmenu container (contextmenu) */
|
||||||
.container-3cGP6G { /* contextmenu container (messagemenu) */
|
.container-1gR2ZK { /* contextmenu container (boost) */
|
||||||
background: transparent;
|
background: transparent;
|
||||||
box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3);
|
box-shadow: 0 0 0 1px rgba(var(--vtransparencycolor), 0.3), 0 2px 10px 0 rgba(var(--vtransparencycolor), 0.3);
|
||||||
}
|
}
|
||||||
.menu-Sp6bN1,
|
.menu-Sp6bN1,
|
||||||
.contextMenu-HLZMGh,
|
.contextMenu-HLZMGh,
|
||||||
.container-3cGP6G ,
|
.container-1gR2ZK ,
|
||||||
.subMenuContext-2n_9YM {
|
.subMenuContext-2n_9YM {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
@ -3693,8 +3712,8 @@ body:before {
|
||||||
.contextMenu-HLZMGh:not(.scroller-2FKFPG):before,
|
.contextMenu-HLZMGh:not(.scroller-2FKFPG):before,
|
||||||
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd:after,
|
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd:after,
|
||||||
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd:before,
|
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd:before,
|
||||||
.container-3cGP6G:after,
|
.container-1gR2ZK:after,
|
||||||
.container-3cGP6G:before {
|
.container-1gR2ZK:before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -3710,13 +3729,13 @@ body:before {
|
||||||
.menu-Sp6bN1:after,
|
.menu-Sp6bN1:after,
|
||||||
.contextMenu-HLZMGh:not(.scroller-2FKFPG):after,
|
.contextMenu-HLZMGh:not(.scroller-2FKFPG):after,
|
||||||
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd:after,
|
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd:after,
|
||||||
.container-3cGP6G:after {
|
.container-1gR2ZK:after {
|
||||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.3));
|
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.3));
|
||||||
}
|
}
|
||||||
.menu-Sp6bN1:before,
|
.menu-Sp6bN1:before,
|
||||||
.contextMenu-HLZMGh:not(.scroller-2FKFPG):before,
|
.contextMenu-HLZMGh:not(.scroller-2FKFPG):before,
|
||||||
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd:before,
|
.subMenuContext-2n_9YM .scrollerWrap-2lJEkd:before,
|
||||||
.container-3cGP6G:before {
|
.container-1gR2ZK:before {
|
||||||
background: var(--vpopout) center/var(--vpopoutsize);
|
background: var(--vpopout) center/var(--vpopoutsize);
|
||||||
filter: blur(var(--vpopoutblur));
|
filter: blur(var(--vpopoutblur));
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|
Loading…
Reference in New Issue