feat: responsive sidebar, aim for a 600px timeline always (#482)

This commit is contained in:
patak 2022-12-21 01:02:01 +01:00 committed by GitHub
parent 3907199a54
commit 44cf8aa89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 39 deletions

View file

@ -1,6 +1,6 @@
<template>
<button btn-outline rounded-full font-bold py4 flex="~ gap2 center" @click="openPublishDialog()">
<button color-primary btn-outline rounded-full ml-7 lg:ml-3 w-9 lg:w-auto font-bold py2 lg:py4 flex="~ gap2 center" @click="openPublishDialog()">
<div i-ri:quill-pen-line />
{{ $t('action.compose') }}
<span hidden lg:block>{{ $t('action.compose') }}</span>
</button>
</template>