mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 09:29:31 +08:00
feat: align chat page title center on mobile screen
This commit is contained in:
@@ -26,12 +26,16 @@
|
||||
font-size: 14px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.window-actions {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.window-action-button {
|
||||
.window-action-button:not(:first-child) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user