diff --git a/public/index.html b/public/index.html
index 02b40b20e..d1280c7bd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1860,7 +1860,6 @@
-
-
+
diff --git a/public/style.css b/public/style.css
index 8bbb78835..fa134b0ad 100644
--- a/public/style.css
+++ b/public/style.css
@@ -2583,8 +2583,12 @@ h5 {
padding: 0 0.15rem;
}
-#rm_tag_filter {
- justify-content: center;
+.rm_tag_controls {
+ display: flex;
+ column-gap: 10px;
+ flex-direction: row;
+ align-items: flex-start;
+ margin: 5px;
}
#rm_tag_filter .tag {
@@ -2593,6 +2597,10 @@ h5 {
filter: brightness(0.8);
}
+.tags_view {
+ margin: 0;
+}
+
.tag.selected {
opacity: 1 !important;
filter: none !important;