mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 15:31:08 +00:00
extension friendly bottom and quick actions CSS
This commit is contained in:
parent
4515502cea
commit
e03569ef7d
3 changed files with 27 additions and 27 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
|
||||
<style>
|
||||
#progress-bar-box { background-color: var(--color-panel); padding: var(--spacing-sm) var(--spacing-md); padding-bottom: 0; display: flex; justify-content: space-between; z-index: 1001; gap: var(--spacing-sm); }
|
||||
#progress-bar-box { background-color: var(--color-panel); padding: var(--spacing-sm) var(--spacing-md); padding-bottom: 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; z-index: 1001; gap: var(--spacing-sm); }
|
||||
#progress-bar-box > x-extension { display: contents; }
|
||||
#progress-bar-box h4 { margin: 0 1.2em 0 0; }
|
||||
#progress-bar-h { color: var(--color-primary); display: flex; align-items: left; justify-content: flex-start; height: 1.2em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: normal; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue