mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Relational arrow alignment
This commit is contained in:
@@ -358,17 +358,17 @@ export default defineComponent({
|
||||
pointer-events: none;
|
||||
|
||||
&:first-of-type {
|
||||
top: 105px;
|
||||
top: 117px;
|
||||
left: 32.5%;
|
||||
}
|
||||
|
||||
&:nth-of-type(2) {
|
||||
bottom: 143px;
|
||||
bottom: 161px;
|
||||
left: 67.4%;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
bottom: 76px;
|
||||
bottom: 89px;
|
||||
left: 67.4%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -458,12 +458,12 @@ export default defineComponent({
|
||||
pointer-events: none;
|
||||
|
||||
&:first-of-type {
|
||||
bottom: 141px;
|
||||
bottom: 161px;
|
||||
left: 32.5%;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
bottom: 76px;
|
||||
bottom: 89px;
|
||||
left: 67.4%;
|
||||
}
|
||||
}
|
||||
@@ -495,7 +495,7 @@ export default defineComponent({
|
||||
--v-icon-color: var(--primary);
|
||||
|
||||
position: absolute;
|
||||
bottom: 14px;
|
||||
bottom: 17px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user