added Vue event modifiers, added cursor pointer to search sections titles and tracklist tab checkboxes
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
color: var(--panels-text);
|
||||
display: block;
|
||||
flex-direction: column;
|
||||
/* transition: all 250ms ease-in-out; */
|
||||
}
|
||||
|
||||
#toggle_download_tab {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/* Main Search Tab */
|
||||
#main_search>.search_section {
|
||||
#main_search > .search_section {
|
||||
float: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.top_result {
|
||||
@@ -8,18 +9,18 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.top_result>.cover_container {
|
||||
.top_result > .cover_container {
|
||||
width: 156px;
|
||||
height: 156px;
|
||||
}
|
||||
|
||||
.top_result>.info_box {
|
||||
.top_result > .info_box {
|
||||
display: inline-block;
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
.top_result>.info_box>p,
|
||||
.release>p {
|
||||
.top_result > .info_box > p,
|
||||
.release > p {
|
||||
margin: 0px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
@@ -47,12 +48,12 @@
|
||||
width: 156px;
|
||||
}
|
||||
|
||||
.release>.cover_container {
|
||||
.release > .cover_container {
|
||||
width: 156px;
|
||||
height: 156px;
|
||||
}
|
||||
|
||||
.track_row>td>img {
|
||||
.track_row > td > img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
3
public/css/modules/tracklist-tab.css
Normal file
3
public/css/modules/tracklist-tab.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.trackCheckbox {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user