diff --git a/ui/app/assets/css/tailwind.css b/ui/app/assets/css/tailwind.css index 786d1cdf..db327c5a 100644 --- a/ui/app/assets/css/tailwind.css +++ b/ui/app/assets/css/tailwind.css @@ -65,6 +65,23 @@ backdrop-filter: blur(16px); } + .ytp-terminal { + display: block; + width: 100%; + box-sizing: border-box; + padding: 1rem; + background-color: var(--ui-bg-elevated); + color: var(--ui-text); + line-height: 1.7; + border-radius: 0.5rem; + border: 1px solid var(--ui-border); + } + + .ytp-terminal > code { + display: block; + font-family: var(--font-mono, monospace); + } + .play-overlay { position: relative; display: block; diff --git a/ui/app/components/GetInfo.vue b/ui/app/components/GetInfo.vue index e0f1238e..388adc7a 100644 --- a/ui/app/components/GetInfo.vue +++ b/ui/app/components/GetInfo.vue @@ -35,13 +35,7 @@ variant="soft" icon="i-lucide-filter" title="No matching lines" - > - - + /> -
- -
+