Fixed Media Table Border + Search bar Width

This commit is contained in:
2026-01-15 21:22:21 +11:00
parent 5e700692e7
commit 09857b6b54
2 changed files with 6 additions and 1 deletions
@@ -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;
}