fixed a few things

This commit is contained in:
Saitama 2020-04-26 16:55:59 +05:30
parent 177ee833fb
commit 066ede6321
2 changed files with 48 additions and 16 deletions

View File

@ -9,9 +9,10 @@
This is still an alpha project intended to redesign the app as much as possible.
But it will take time as I do this as a hobby. Hope you will like it.
A theme by Saitama?
A theme by Saitama D. Luffy
PS: feedbacks will be much appreciated.
PS: feedbacks will be much appreciated. Specially from windows users. I can't test
in windows.
Contact: Telegram https://t.me/saitama_a
Twitter https://twitter.com/_saitama_0

View File

@ -1,5 +1,7 @@
:root {
}
/*navigation menu edits*/
.sidebar .sidebar-navbar {
padding-top: 30px;
@ -35,6 +37,23 @@ html .SidebarList__title {
text-transform: uppercase;
letter-spacing: .16em;
}
/*added the logo and fixed layout*/
#view-buddy-list{
padding-top: 50px;
}
.LeftSidebar {
margin-top: 50px;
}
.LeftSidebar__section {
margin-bottom: 24px;
}
.sidebar .sidebar-navbar {
background-image: url(https://local_resource_host/images/spotify-logo-primary-green.png);
background-repeat: no-repeat;
background-size: 175px;
background-position-x: 28px;
}
/*playlist items
.RootlistItem {
padding-left: 30px;
@ -42,7 +61,13 @@ html .SidebarList__title {
}
.RootlistItem--is-active:before {
background-color: #3b3b3b;
}
}*/
/*for now I have hidden the new playlist button but I've a idea for it and will add in future*/
.LeftSidebarNewPlaylistButton__button {
display: none !important;
}
/*home page edits*/
@ -201,20 +226,26 @@ html .SidebarList__title {
/*editing the alumb and playlists inside*/
/*album edits*/
.Button__alt-text, .Button__text {
color: #FAFAFA !important;
}
.Button--style-green {
font-size: 14px;
}
.TableCell--is-emphasized {
color: #FAFAFA;
}
/*playlist edits*/
.b-play-text, .b-pause-text, .b-add-text, .b-added-text, .b-remove-text {
color: #FAFAFA;
}
.tl-highlight {
color: #FAFAFA;
}
/*experiments*/
#view-buddy-list{
padding-top: 50px;
}
.LeftSidebar__section {
margin-bottom: -30px;
margin-top: 55px;
}
.sidebar .sidebar-navbar {
background-image: url(https://local_resource_host/images/spotify-logo-primary-green.png);
background-repeat: no-repeat;
background-size: 210px;
background-position-x: 20px;
}