mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-21 23:05:00 +00:00
Nicer buttons and subject line
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</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>
|
||||
</template>
|
||||
@@ -55,4 +55,11 @@
|
||||
.email {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: 16px;
|
||||
padding: 8px;
|
||||
border-radius: 3px;
|
||||
margin: 5px 10px 5px 0px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user