We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15ead6 commit f62fcf2Copy full SHA for f62fcf2
1 file changed
src/Dashboard/frontend/src/components/ChatView.vue
@@ -4288,6 +4288,7 @@ async function send() {
4288
padding: 0 12px;
4289
flex-shrink: 0;
4290
z-index: 100;
4291
+ position: relative;
4292
}
4293
.portal-trustline {
4294
display: inline-flex;
@@ -4302,6 +4303,11 @@ async function send() {
4302
4303
overflow: hidden;
4304
text-overflow: ellipsis;
4305
max-width: 60vw;
4306
+ position: absolute;
4307
+ left: 50%;
4308
+ top: 50%;
4309
+ transform: translate(-50%, -50%);
4310
+ pointer-events: auto;
4311
4312
.portal-trustline-dot {
4313
width: 6px;
0 commit comments