mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-17 19:33:10 +10:00
Fixed Media Table Border + Search bar Width
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
[data-type="search-field"] {
|
||||
min-width: 220px !important;
|
||||
}
|
||||
|
||||
/* Shadow when active - doesnt seem to only apply when active but thats better */
|
||||
#audio-visualizer-container.active {
|
||||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
|
||||
|
||||
@@ -114,7 +114,8 @@
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
[data-test="media-table"] > div > div > div {
|
||||
[data-test="media-table"] > div > div {
|
||||
border-radius: 8px;
|
||||
border: 1px solid rgb(25, 25, 25) !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user