mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-23 23:51:25 +00:00
Nicer buttons and subject line
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>From: {{email.from}}</div>
|
<div>From: {{email.from}}</div>
|
||||||
<div>Subject: <strong>{{email.subject}}</strong></div>
|
<h2>Subject: <strong>{{email.subject}}</strong></h2>
|
||||||
<div v-html="emailMarkdown" />
|
<div v-html="emailMarkdown" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -55,4 +55,11 @@
|
|||||||
.email {
|
.email {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 8px;
|
||||||
|
border-radius: 3px;
|
||||||
|
margin: 5px 10px 5px 0px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user