ssb: This fixes the attach menu being clipped. I will discover later what it breaks, I'm sure.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&Hd6CuhhnZIf13PdFJYZBUYLYZO84WdaKvWXLC29M7Ac=.sha256"
|
"previous": "&TmGXHE7MH5esgm4ivaL5+AhZ3ETK1Qa77NDMq+HAsZA=.sha256"
|
||||||
}
|
}
|
||||||
|
@@ -537,7 +537,7 @@ class TfMessageElement extends LitElement {
|
|||||||
</style>
|
</style>
|
||||||
<div
|
<div
|
||||||
class="w3-card-4 ${this.class_background()} w3-border-theme w3-margin-top"
|
class="w3-card-4 ${this.class_background()} w3-border-theme w3-margin-top"
|
||||||
style="overflow: auto; overflow-wrap: anywhere; display: block; max-width: 100%"
|
style="overflow-wrap: anywhere; display: block; max-width: 100%"
|
||||||
>
|
>
|
||||||
${inner}
|
${inner}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user