add padding to command input

This commit is contained in:
notCharles 2025-08-12 13:48:51 -04:00
parent e02c432a21
commit 52d855fb99

View File

@ -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') }}"