mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Updated for Sidebar 3.0 + Fixed Image Radius + Fixed Header Clipping
This commit is contained in:
@@ -6,6 +6,15 @@
|
||||
}
|
||||
*/
|
||||
|
||||
/* Rounded corners for various elements */
|
||||
[class*="_thumbnail_"],
|
||||
[class*="_imageWrapper_"],
|
||||
[class*="_coverImage_"],
|
||||
[class*="_overlayIconWrapperAlbum_"],
|
||||
[class*="_playButton_"] {
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
@@ -256,8 +265,9 @@ button[data-test="close-now-playing"]:hover {
|
||||
}
|
||||
|
||||
[class^="__NEPTUNE_PAGE"],
|
||||
[data-test="main"] {
|
||||
margin-top: 35px;
|
||||
[data-test="main"],
|
||||
.mainContent {
|
||||
margin-top: 5vh !important;
|
||||
}
|
||||
|
||||
[data-test="button-desktop-release-notes"],
|
||||
|
||||
@@ -6,6 +6,15 @@
|
||||
}
|
||||
*/
|
||||
|
||||
/* Rounded corners for various elements */
|
||||
[class*="_thumbnail_"],
|
||||
[class*="_imageWrapper_"],
|
||||
[class*="_coverImage_"],
|
||||
[class*="_overlayIconWrapperAlbum_"],
|
||||
[class*="_playButton_"] {
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
@@ -356,8 +365,9 @@ button[data-test="close-now-playing"]:hover {
|
||||
}
|
||||
|
||||
[class^="__NEPTUNE_PAGE"],
|
||||
[data-test="main"] {
|
||||
margin-top: 35px;
|
||||
[data-test="main"],
|
||||
.mainContent {
|
||||
margin-top: 5vh !important;
|
||||
}
|
||||
|
||||
[data-test="button-desktop-release-notes"],
|
||||
|
||||
@@ -6,6 +6,15 @@
|
||||
}
|
||||
*/
|
||||
|
||||
/* Rounded corners for various elements */
|
||||
[class*="_thumbnail_"],
|
||||
[class*="_imageWrapper_"],
|
||||
[class*="_coverImage_"],
|
||||
[class*="_overlayIconWrapperAlbum_"],
|
||||
[class*="_playButton_"] {
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
@@ -182,8 +191,9 @@
|
||||
}
|
||||
|
||||
[class^="__NEPTUNE_PAGE"],
|
||||
[data-test="main"] {
|
||||
margin-top: 35px;
|
||||
[data-test="main"],
|
||||
.mainContent {
|
||||
margin-top: 5vh !important;
|
||||
}
|
||||
|
||||
#playQueueSidebar {
|
||||
|
||||
Reference in New Issue
Block a user