Skip to content

Commit

Permalink
Fix for bag pop over #273
Browse files Browse the repository at this point in the history
  • Loading branch information
GramThanos committed Aug 28, 2021
1 parent c99cc09 commit c61402d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/core/resources/style_gca.css
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,8 @@
.repair_slot_bg{right: 16px;bottom: 16px;}
.repair_slot_bg div{margin: 3px 4px;width: 25px!important;height: 25px!important;}
/* Bag info */
.gca-bag-info{margin-top: -10px;padding: 0px 22px;text-align: right;font-size: 10px;}
.gca-bag-info{margin-top: 0px;padding: 0px 22px;text-align: right;font-size: 10px;}
.inventory_options_group .gca-bag-info{margin-top: -10px;}
.gca-bag-info img{vertical-align: sub;transform: scale(0.8);}
/* Fix rtl problems */
.gca_rtl .charmercsel{transform: scaleX(-1);}
Expand Down Expand Up @@ -1005,7 +1006,8 @@

/* Bag Pop Over */
.contentItem.gca-bag-pop-over {z-index: 501; position: fixed; top: 18px; right: 10px;width: 256px!important;background: transparent!important;}
.contentItem.gca-bag-pop-over .inventoryBox {padding: 0px;background: transparent;border: 0px;}
.contentItem.gca-bag-pop-over .inventoryBox {background: #e7deb8; border: 1px solid #9f835c; padding: 0px 5px;}
.inventory_options_group .contentItem.gca-bag-pop-over .inventoryBox {padding: 0px; background: transparent; border: 0px;}
.contentItem.gca-bag-pop-over #inventory_nav {left: 1px;}
.contentItem.gca-bag-pop-over #inv {left: 0px;}
.contentItem.gca-bag-pop-over .gca-inv-group-options-button {right: auto;left: -18px;}
Expand Down

0 comments on commit c61402d

Please sign in to comment.