CSS, ugh.
This commit is contained in:
parent
628716ec28
commit
53b4cbbf8c
@ -1,5 +1,5 @@
|
||||
{
|
||||
"type": "tildefriends-app",
|
||||
"emoji": "🐌",
|
||||
"previous": "&VsajulCFc9qmOy/hTlOD3q4ilEz3MP2a31u6DRnz4aA=.sha256"
|
||||
"previous": "&ZzbNtP8BDZn8NVjZEdmzD+D9cqZRUSEDg40zm7JQZ6o=.sha256"
|
||||
}
|
||||
|
@ -24,8 +24,9 @@ class TfReactionsModalElement extends LitElement {
|
||||
render() {
|
||||
let self = this;
|
||||
return this.votes?.length ? html`
|
||||
<div class="w3-modal w3-animate-opacity" style="display: block">
|
||||
<div class="w3-modal w3-animate-opacity" style="display: block; box-sizing: border-box">
|
||||
<div class="w3-modal-content w3-card-4 w3-theme-d1">
|
||||
<div class="w3-container w3-padding">
|
||||
<header class="w3-container">
|
||||
<h2>Reactions</h2>
|
||||
<span class="w3-button w3-display-topright" @click=${this.clear}>×</span>
|
||||
@ -39,6 +40,10 @@ class TfReactionsModalElement extends LitElement {
|
||||
</li>
|
||||
`)}
|
||||
</ul>
|
||||
<footer class="w3-container w3-padding">
|
||||
<button class="w3-button" @click=${this.clear}>Close</button>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</div>` : undefined;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user