BEM naming conventions
This commit is contained in:
committed by
Stanko K.R.
parent
e0637edd7b
commit
56dff30c40
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user