tab switch results

This commit is contained in:
Tykayn 2025-09-15 17:46:00 +02:00 committed by tykayn
parent 97ab7a0920
commit 89cb0f2635
16 changed files with 396 additions and 238 deletions

View file

@ -10,6 +10,36 @@
display: flex;
flex-direction: row;
align-items: center;
.message {
margin-bottom: 16px;
}
.dica-ref-container {
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
.label {
font-weight: 600;
}
.ref {
display: flex;
padding: 6px 10px 8px 10px;
align-items: center;
gap: 5px;
border-radius: 20px;
background: #C2A9FD;
}
}
}
.bubble {
@ -34,4 +64,9 @@
height: 32px;
border-radius: 8px;
}
app-copy button.copy {
background: transparent !important;
border: 0;
}
}