mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 02:31:08 +08:00
Merge pull request #1323 from yanCode/fix/prompt-list-style
fix: styles on .user-prompt-buttons
This commit is contained in:
@@ -60,18 +60,13 @@
|
|||||||
.user-prompt-buttons {
|
.user-prompt-buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
column-gap: 2px;
|
||||||
|
|
||||||
.user-prompt-button {
|
.user-prompt-button {
|
||||||
height: 100%;
|
//height: 100%;
|
||||||
|
padding: 7px;
|
||||||
&:not(:last-child) {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-prompt-actions {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user