mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-07 15:31:00 +08:00
feat(frontend): allow sorting project list on user page (#1053)
This commit is contained in:
parent
7dbec9b2a7
commit
f7882151c7
@ -30,7 +30,7 @@ onErrorCaptured((err) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Popper v-bind="$attrs" :show="hasError" arrow placement="bottom" class="text-center">
|
||||
<Popper v-bind="$attrs" :show="hasError" arrow placement="bottom" class="text-center reset-popper">
|
||||
<slot />
|
||||
<template #content>
|
||||
{{ formattedError || "error" }}
|
||||
@ -51,4 +51,9 @@ onErrorCaptured((err) => {
|
||||
:deep(.popper:hover > #arrow::before) {
|
||||
background: #d62e22;
|
||||
}
|
||||
|
||||
.reset-popper {
|
||||
border: unset !important;
|
||||
margin: unset !important;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user