Skip to content

Commit

Permalink
BLABLA
Browse files Browse the repository at this point in the history
  • Loading branch information
LUISMAGAIVER341 authored Aug 13, 2023
1 parent 6d71d86 commit 4c4a351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<button id="sptbtn" onclick="OpSm()">
</button>
<p align="right">
<p id="spotify-menu">
<p class="sMenu" id="spotify-menu">
<!-- <button id="dExit" onclick="sptexit()">
<img id="sImg" width="16" height="16" src="https://img.icons8.com/ios/500/delete-sign--v1.png" alt="delete-sign--v1"/>
</button> -->
</p>
<p id="spotify-blur"></p>
<button id="dExitV2" onclick="sptexit()">
<button class="sMenu" id="dExitV2" onclick="sptexit()">
<img id="sImg" width="16" height="16" src="https://img.icons8.com/ios/500/delete-sign--v1.png" alt="delete-sign--v1"/>
</button>
</p>
Expand Down
4 changes: 3 additions & 1 deletion styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ body {
height: 30px;
}
#dExitV2 {
position: absolute;
filter: blur(0px);
position: absolute;
left: 100px;
Expand All @@ -143,7 +144,8 @@ body {
background: transparent;
}
#dExit {
left: 100px;
top:44px;
left: 32px;
align-self: right;
align-items: right;
border: none;
Expand Down

0 comments on commit 4c4a351

Please sign in to comment.