mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-07 05:50:41 +02:00
fixes border radius of DeviceComponent when directly exposed
This commit is contained in:
parent
30138bcb45
commit
7f082b6f95
@ -47,6 +47,6 @@ input.instantUpdate {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column; /* Stack children vertically */
|
flex-direction: column; /* Stack children vertically */
|
||||||
border-radius: var(--bs-card-inner-border-radius);
|
border-radius: var(--bs-border-radius);
|
||||||
border: var(--bs-border-width) solid var(--bs-border-color-translucent)
|
border: var(--bs-border-width) solid var(--bs-border-color-translucent)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user