Copy and layout improvements.
This commit is contained in:
parent
39eb9e039a
commit
02222a5c16
20 changed files with 464 additions and 652 deletions
|
|
@ -1,5 +1,9 @@
|
|||
<template>
|
||||
<PageShell title="Bulletin Board" :subtitle="pageSubtitle">
|
||||
<p class="page-intro">
|
||||
Make offers and requests related to shared interests and cooperative
|
||||
topics.
|
||||
</p>
|
||||
<div class="action-bar">
|
||||
<button
|
||||
v-if="cooperativeTags.length > 0"
|
||||
|
|
@ -204,6 +208,14 @@ onMounted(async () => {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.page-intro {
|
||||
padding: 12px 24px 0;
|
||||
color: var(--text-dim);
|
||||
font-size: 13px;
|
||||
line-height: 1.65;
|
||||
max-width: 640px;
|
||||
}
|
||||
|
||||
.action-bar {
|
||||
padding: 12px 24px;
|
||||
border-bottom: 1px dashed var(--border);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue