|
71 | 71 | overflow-y: hidden; |
72 | 72 | } |
73 | 73 |
|
| 74 | +.ai-butler-compact #ai-butler-summary-view > div:first-child { |
| 75 | + padding: 14px 16px 0 !important; |
| 76 | +} |
| 77 | + |
| 78 | +.ai-butler-compact #ai-butler-summary-view > div:first-child h2 { |
| 79 | + margin-bottom: 12px !important; |
| 80 | + padding-bottom: 8px !important; |
| 81 | + font-size: 18px !important; |
| 82 | +} |
| 83 | + |
| 84 | +.ai-butler-compact #ai-butler-summary-view #ai-butler-chat-container { |
| 85 | + padding: 10px 16px !important; |
| 86 | +} |
| 87 | + |
| 88 | +.ai-butler-compact #ai-butler-summary-view #ai-butler-chat-toggle-button { |
| 89 | + margin-bottom: 8px !important; |
| 90 | +} |
| 91 | + |
| 92 | +.ai-butler-compact #ai-butler-summary-view #ai-butler-chat-input-area { |
| 93 | + gap: 8px !important; |
| 94 | +} |
| 95 | + |
| 96 | +.ai-butler-compact #ai-butler-summary-view #ai-butler-chat-input { |
| 97 | + min-height: 64px !important; |
| 98 | + padding: 8px !important; |
| 99 | +} |
| 100 | + |
| 101 | +.ai-butler-compact #ai-butler-summary-view > div:last-child { |
| 102 | + padding: 10px 16px 12px !important; |
| 103 | +} |
| 104 | + |
| 105 | +.ai-butler-compact #ai-butler-dashboard-view > div:first-child, |
| 106 | +.ai-butler-compact |
| 107 | + #ai-butler-task-queue-view |
| 108 | + #task-header-wrapper |
| 109 | + > div:first-child { |
| 110 | + padding: 14px 20px 0 !important; |
| 111 | +} |
| 112 | + |
| 113 | +.ai-butler-compact #ai-butler-dashboard-view > div:first-child h2, |
| 114 | +.ai-butler-compact #ai-butler-task-queue-view #task-header-wrapper h2 { |
| 115 | + margin-bottom: 10px !important; |
| 116 | + padding-bottom: 7px !important; |
| 117 | + font-size: 18px !important; |
| 118 | +} |
| 119 | + |
| 120 | +.ai-butler-compact #ai-butler-dashboard-view #butler-status-card { |
| 121 | + margin: 0 20px 12px !important; |
| 122 | + padding: 18px 24px !important; |
| 123 | + border-radius: 8px !important; |
| 124 | +} |
| 125 | + |
| 126 | +.ai-butler-compact #ai-butler-dashboard-view #status-icon { |
| 127 | + font-size: 34px !important; |
| 128 | + margin-bottom: 8px !important; |
| 129 | +} |
| 130 | + |
| 131 | +.ai-butler-compact #ai-butler-dashboard-view #status-text { |
| 132 | + font-size: 20px !important; |
| 133 | + margin-bottom: 6px !important; |
| 134 | +} |
| 135 | + |
| 136 | +.ai-butler-compact #ai-butler-dashboard-view #status-detail { |
| 137 | + font-size: 13px !important; |
| 138 | +} |
| 139 | + |
| 140 | +.ai-butler-compact #ai-butler-dashboard-view #stats-section, |
| 141 | +.ai-butler-compact #ai-butler-task-queue-view #stats-section { |
| 142 | + grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)) !important; |
| 143 | + gap: 8px !important; |
| 144 | + padding: 0 20px 10px !important; |
| 145 | +} |
| 146 | + |
| 147 | +.ai-butler-compact #ai-butler-dashboard-view .stat-card, |
| 148 | +.ai-butler-compact #ai-butler-task-queue-view .stat-card { |
| 149 | + min-height: 0 !important; |
| 150 | + padding: 10px 12px !important; |
| 151 | + border-radius: 6px !important; |
| 152 | +} |
| 153 | + |
| 154 | +.ai-butler-compact #ai-butler-dashboard-view .stat-card .ai-card__header, |
| 155 | +.ai-butler-compact #ai-butler-task-queue-view .stat-card .ai-card__header { |
| 156 | + margin-bottom: 4px !important; |
| 157 | +} |
| 158 | + |
| 159 | +.ai-butler-compact #ai-butler-dashboard-view .stat-card .ai-card__title, |
| 160 | +.ai-butler-compact #ai-butler-task-queue-view .stat-card .ai-card__title { |
| 161 | + font-size: 11px !important; |
| 162 | +} |
| 163 | + |
| 164 | +.ai-butler-compact #ai-butler-dashboard-view .stat-card .ai-card__value, |
| 165 | +.ai-butler-compact #ai-butler-task-queue-view .stat-card .ai-card__value { |
| 166 | + font-size: 24px !important; |
| 167 | + line-height: 1.05 !important; |
| 168 | +} |
| 169 | + |
| 170 | +.ai-butler-compact #ai-butler-dashboard-view .stat-card .ai-card__icon { |
| 171 | + font-size: 18px !important; |
| 172 | +} |
| 173 | + |
| 174 | +.ai-butler-compact |
| 175 | + #ai-butler-task-queue-view |
| 176 | + #task-header-wrapper |
| 177 | + > div:last-child { |
| 178 | + gap: 6px !important; |
| 179 | + padding: 0 20px 8px !important; |
| 180 | +} |
| 181 | + |
| 182 | +.ai-butler-compact #ai-butler-task-queue-view #task-header-wrapper button, |
| 183 | +.ai-butler-compact #ai-butler-task-queue-view #task-header-wrapper input { |
| 184 | + min-height: 0 !important; |
| 185 | + padding: 5px 10px !important; |
| 186 | + font-size: 12px !important; |
| 187 | + line-height: 1.15 !important; |
| 188 | +} |
| 189 | + |
| 190 | +.ai-butler-compact #ai-butler-task-queue-view #task-header-wrapper input { |
| 191 | + min-width: 150px !important; |
| 192 | +} |
| 193 | + |
| 194 | +.ai-butler-compact #ai-butler-task-queue-view #task-header-wrapper span { |
| 195 | + margin-left: 2px !important; |
| 196 | + margin-right: 2px !important; |
| 197 | +} |
| 198 | + |
| 199 | +.ai-butler-compact #ai-butler-task-queue-view #task-list-container { |
| 200 | + padding: 0 20px 12px !important; |
| 201 | +} |
| 202 | + |
| 203 | +.ai-butler-compact #ai-butler-task-queue-view .task-item { |
| 204 | + padding: 12px !important; |
| 205 | + margin-bottom: 8px !important; |
| 206 | +} |
| 207 | + |
| 208 | +.ai-butler-compact #ai-butler-task-queue-view .task-item .ai-card__header { |
| 209 | + margin-bottom: 4px !important; |
| 210 | +} |
| 211 | + |
| 212 | +.ai-butler-compact #ai-butler-task-queue-view .task-item .ai-card__title { |
| 213 | + font-size: 13px !important; |
| 214 | +} |
| 215 | + |
| 216 | +.ai-butler-compact #ai-butler-dashboard-view > div:nth-child(4), |
| 217 | +.ai-butler-compact #ai-butler-dashboard-view > div:nth-child(5) { |
| 218 | + padding: 0 20px 12px !important; |
| 219 | +} |
| 220 | + |
| 221 | +.ai-butler-compact #ai-butler-dashboard-view h3 { |
| 222 | + margin-bottom: 8px !important; |
| 223 | + font-size: 15px !important; |
| 224 | +} |
| 225 | + |
| 226 | +.ai-butler-compact #ai-butler-dashboard-view button { |
| 227 | + padding: 10px 12px !important; |
| 228 | + gap: 6px !important; |
| 229 | +} |
| 230 | + |
| 231 | +.ai-butler-compact #ai-butler-dashboard-view button span { |
| 232 | + font-size: 16px !important; |
| 233 | +} |
| 234 | + |
| 235 | +.ai-butler-compact #ai-butler-dashboard-view #activity-list { |
| 236 | + padding: 10px !important; |
| 237 | + max-height: 220px !important; |
| 238 | +} |
| 239 | + |
74 | 240 | #ai-butler-stop-button { |
75 | 241 | font-size: 16px !important; |
76 | 242 | font-weight: 700 !important; |
|
0 commit comments