Clarkoer commited on
Commit
5fe4a39
·
1 Parent(s): 0f3e004

Update chat button

Browse files
Files changed (2) hide show
  1. UI/index.html +1 -1
  2. UI/style.pixel.css +2 -2
UI/index.html CHANGED
@@ -47,7 +47,7 @@
47
  </button>
48
  </div>
49
  <button class="btn btn-chat-toggle" id="btn-chat-toggle" title="AI Chat Helper">
50
- 🌱
51
  </button>
52
  <div class="run-dropdown">
53
  <button class="btn btn-primary ide-run-btn" onclick="runCode()">
 
47
  </button>
48
  </div>
49
  <button class="btn btn-chat-toggle" id="btn-chat-toggle" title="AI Chat Helper">
50
+ 🪏
51
  </button>
52
  <div class="run-dropdown">
53
  <button class="btn btn-primary ide-run-btn" onclick="runCode()">
UI/style.pixel.css CHANGED
@@ -2087,12 +2087,12 @@ img, canvas{ image-rendering: pixelated; }
2087
 
2088
  .btn-chat-toggle {
2089
  font-family: var(--pixel-font);
2090
- font-size: 9px;
2091
  background: linear-gradient(180deg, #2a5a35, #1e4228);
2092
  color: var(--accent);
2093
  border: 1px solid rgba(124,210,111,.4);
2094
  border-radius: 6px;
2095
- padding: 6px 14px;
2096
  cursor: pointer;
2097
  transition: all .2s ease;
2098
  white-space: nowrap;
 
2087
 
2088
  .btn-chat-toggle {
2089
  font-family: var(--pixel-font);
2090
+ font-size: 11px;
2091
  background: linear-gradient(180deg, #2a5a35, #1e4228);
2092
  color: var(--accent);
2093
  border: 1px solid rgba(124,210,111,.4);
2094
  border-radius: 6px;
2095
+ padding: 6px 28px;
2096
  cursor: pointer;
2097
  transition: all .2s ease;
2098
  white-space: nowrap;