Skip to content

Commit

Permalink
a touch more style
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Dec 7, 2024
1 parent 7e647a9 commit ec81ee0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/views/filament/components/server-console.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<script src="https://cdn.jsdelivr.net/npm/xterm-addon-search-bar/lib/xterm-addon-search-bar.min.js"></script>
<style>
#terminal {
border-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
Expand All @@ -23,12 +24,13 @@

<div id="terminal" wire:ignore></div>

<div class="flex items-center w-full bg-transparent border">
<div class="flex items-center w-full border-top" style="background-color: #202A32">
<x-filament::icon
icon="tabler-chevrons-right"
/>
<input
class="w-full bg-transparent p-2 focus:outline-none focus:ring-0 border-none"
class=" w-full focus:outline-none focus:ring-0 border-none"
style="background-color: #202A32;"
type="text"
autofocus
:readonly="{{ $this->canSendCommand() ? 'false' : 'true' }}"
Expand Down

0 comments on commit ec81ee0

Please sign in to comment.