diff --git a/Onepunch/README.md b/Onepunch/README.md index d48ef0d..7120593 100644 --- a/Onepunch/README.md +++ b/Onepunch/README.md @@ -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 diff --git a/Onepunch/user.css b/Onepunch/user.css index 8f437c7..32b13b3 100644 --- a/Onepunch/user.css +++ b/Onepunch/user.css @@ -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; -}