mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
14 lines
170 B
SCSS
Vendored
14 lines
170 B
SCSS
Vendored
.chat-table-tip,
|
|
.chat-table-btns {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.chat-table-btns {
|
|
margin-bottom: 5px;
|
|
|
|
.num {
|
|
margin-left: 10px;
|
|
}
|
|
}
|