mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
refactor(upc): trigger arrow size
This commit is contained in:
@@ -23,7 +23,7 @@ body {
|
||||
width: 0;
|
||||
height: 0;
|
||||
top: -10px;
|
||||
right: 38px;
|
||||
right: 37px;
|
||||
border-right: 11px solid transparent;
|
||||
border-bottom: 11px solid var(--color-alpha);
|
||||
border-left: 11px solid transparent;
|
||||
|
||||
@@ -8,7 +8,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
</script>
|
||||
<template>
|
||||
<span
|
||||
class="w-0 h-0 border-t-[6px] border-l-[6px] border-r-[6px] border-t-solid border-t-black border-l-solid border-l-transparent border-r-solid border-r-transparent transition-transform"
|
||||
class="w-0 h-0 border-t-[4px] border-l-[4px] border-r-[4px] border-t-solid border-t-black border-l-solid border-l-transparent border-r-solid border-r-transparent transition-transform"
|
||||
:class="{
|
||||
'-rotate-180': open,
|
||||
'rotate-0': !open,
|
||||
|
||||
Reference in New Issue
Block a user