#1680 Improved display of the publish button
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="quick-publish">
|
<div class="quick-publish flex justify-end">
|
||||||
<o-button @click="$router.push({ name: ActorRouteName.MY_GROUPS })">
|
<o-button @click="$router.push({ name: ActorRouteName.MY_GROUPS })">
|
||||||
{{ t("Publish from a group") }}
|
{{ t("Publish from a group") }}
|
||||||
</o-button>
|
</o-button>
|
||||||
<o-dropdown :teleport="teleport" position="bottom-right">
|
<o-dropdown position="bottom-right">
|
||||||
<template #trigger="{ active }">
|
<template #trigger="{ active }">
|
||||||
<o-button
|
<o-button
|
||||||
:title="t('Choose publishing')"
|
:title="t('Choose publishing')"
|
||||||
@@ -30,11 +30,6 @@ import { EventRouteName } from "@/router/event";
|
|||||||
const { t } = useI18n({ useScope: "global" });
|
const { t } = useI18n({ useScope: "global" });
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.quick-publish {
|
|
||||||
display: flex;
|
|
||||||
position: fixed;
|
|
||||||
right: 5%;
|
|
||||||
}
|
|
||||||
.quick-publish > div.o-drop {
|
.quick-publish > div.o-drop {
|
||||||
left: -5px;
|
left: -5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user