mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
plugin detail mobile css polish
This commit is contained in:
parent
4d7e861a12
commit
de10bdbf24
1 changed files with 9 additions and 2 deletions
|
|
@ -307,7 +307,7 @@
|
|||
|
||||
.pi-hero-title-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) clamp(18rem, 42%, 32rem);
|
||||
grid-template-columns: minmax(0, 1fr) clamp(15rem, 42%, 28rem);
|
||||
align-items: flex-start;
|
||||
column-gap: 1rem;
|
||||
row-gap: 0.5rem;
|
||||
|
|
@ -800,7 +800,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
@media (max-width: 768px) {
|
||||
.pi-hero {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
@ -838,6 +838,13 @@
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.pi-card-installed-pill {
|
||||
position: absolute;
|
||||
top: unset;
|
||||
right: unset;
|
||||
margin: 0 auto var(--spacing-sm) auto;
|
||||
}
|
||||
|
||||
.pi-actions-primary {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue