BEM naming conventions

This commit is contained in:
Jason Zimdars
2025-08-06 19:40:55 -05:00
committed by Stanko K.R.
parent e0637edd7b
commit 56dff30c40
+9 -9
View File
@@ -22,7 +22,7 @@
}
}
.conversation__composer__input {
.conversation__composer-input {
flex-grow: 1;
textarea {
@@ -41,14 +41,6 @@
overflow-y: auto;
}
.conversation__messages__trascript {
display: flex;
flex-direction: column;
gap: 1.6rem;
height: 100%;
margin: 1rem;
}
.conversation__message {
display: flex;
flex-direction: row;
@@ -104,4 +96,12 @@
.conversation__thinking-indicator--thinking {
display: block;
}
.conversation__transcript {
display: flex;
flex-direction: column;
gap: 1.6rem;
height: 100%;
margin: 1rem;
}
}