Skip to content

Commit

Permalink
Fix API connect button getting blocked by AdBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Mar 30, 2023
1 parent b9ae8ef commit 1dc92ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

<div id="sys-settings-button" class="drawer" style="z-index:3001;">
<div class="drawer-toggle drawer-header">
<div id="API-status-top" class="drawer-icon icon-connect closedIcon" title="API Connections"></div>
<div id="API-status-top" class="drawer-icon icon-api closedIcon" title="API Connections"></div>
</div>
<div id="rm_api_block" class="drawer-content closedDrawer">
<div id="main-API-selector-block">
Expand Down
4 changes: 2 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2716,10 +2716,10 @@ label[for="extensions_autoconnect"] {
background-repeat: no-repeat;
}

.icon-connect{
.icon-api{
background-image: url('img/plug-solid.svg');
}
.icon-connect.redOverlayGlow {
.icon-api.redOverlayGlow {
background-image: url('img/plug-circle-exclamation-solid.svg');
}
.icon-sliders{
Expand Down

0 comments on commit 1dc92ff

Please sign in to comment.