mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 16:08:37 +02:00
add padding to command input
This commit is contained in:
parent
e02c432a21
commit
52d855fb99
@ -27,7 +27,7 @@
|
|||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
id="send-command"
|
id="send-command"
|
||||||
class="w-full focus:outline-none focus:ring-0 border-none dark:bg-gray-900"
|
class="w-full focus:outline-none focus:ring-0 border-none dark:bg-gray-900 p-1"
|
||||||
type="text"
|
type="text"
|
||||||
:readonly="{{ $this->canSendCommand() ? 'false' : 'true' }}"
|
:readonly="{{ $this->canSendCommand() ? 'false' : 'true' }}"
|
||||||
title="{{ $this->canSendCommand() ? '' : trans('server/console.command_blocked_title') }}"
|
title="{{ $this->canSendCommand() ? '' : trans('server/console.command_blocked_title') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user