Skip to content

Commit 258ee4a

Browse files
committed
style(theme): borderless composer with 10px margin, borderless prompt input
1 parent bb5e815 commit 258ee4a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elestio/pi-webui",
3-
"version": "0.5.8-elestio.2",
3+
"version": "0.5.8-elestio.3",
44
"description": "Elestio frozen fork of @firstpick/pi-package-webui@0.5.8 with the Elestio theme, customer lock-down, steer-mode default, neutralized PWA service worker, and safety-guard/optional companions removed. Pinned to @earendil-works/pi-coding-agent@0.80.2.",
55
"license": "MIT",
66
"repository": {

public/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9154,6 +9154,9 @@ html, body { background-color:#FFFFFF !important; color:#091020 !important; }
91549154
/* ----- Send / primary button ----- */
91559155
button.primary, #sendButton { background-color:#EC5822 !important; color:#fff !important; border:1px solid #EC5822 !important; border-radius:10px !important; box-shadow:none !important; }
91569156
button.primary:hover, #sendButton:hover { background-color:#EC5822 !important; border-color:#EC5822 !important; }
9157+
/* composer: 10px margin, no border; prompt input borderless */
9158+
#composer { margin:10px !important; border:none !important; }
9159+
#promptInput { border:none !important; }
91579160

91589161
/* ----- Message cards: white, light border ----- */
91599162
.message { background:#FFFFFF !important; border:1px solid #E4E7EC !important; border-radius:12px !important; color:#091020 !important; box-shadow:0 1px 2px rgba(9,16,32,.05) !important; }

0 commit comments

Comments
 (0)