Skip to content

Commit

Permalink
Fix for Playlist Manager UI Injection
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsudini committed Oct 29, 2024
1 parent 6ffbba5 commit 84a0bfa
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 162 deletions.
35 changes: 0 additions & 35 deletions src/css/app.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,39 +327,4 @@
column-gap: 10px;
}

.preset-buttons input, .preset-buttons button, #savePresetBtn, #loadPresetBtn, #undoBtn {
font-size: 16px;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
padding: 10px;
color: white;
}

.preset-buttons, #savePresetBtn, #loadPresetBtn, #undoBtn {
display: flex;
align-items: center;
}

.preset-buttons button, #savePresetBtn, #loadPresetBtn, #undoBtn {
background-color: rgb(81, 126, 97);
border-radius: 5px;
cursor: pointer;
color: white;
border: none;
margin-right: 5px;
}

.preset-buttons button:hover, #savePresetBtn, #loadPresetBtn, #undoBtn {
background-color: rgb(99, 155, 119);
}

.preset-buttons input, #savePresetBtn, #loadPresetBtn, #undoBtn {
color: white;
background-color: rgb(43, 43, 43);
border-radius: 5px;
padding: 5px;
margin-right: 10px;
border: none;
}

Loading

0 comments on commit 84a0bfa

Please sign in to comment.