« get me outta code hell

interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/extension/popup/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'extension/popup/style.css')
-rw-r--r--extension/popup/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/popup/style.css b/extension/popup/style.css
index c05071f..00e0f14 100644
--- a/extension/popup/style.css
+++ b/extension/popup/style.css
@@ -158,3 +158,13 @@ h1 {
 #track-list li.action {
     text-align: center;
 }
+
+#rule-content.visible {
+    display: flex;
+    flex-direction: column;
+}
+
+#track-list {
+    flex-grow: 1;
+    overflow-y: scroll;
+}