fix layout

This commit is contained in:
2025-07-17 23:57:08 +09:00
parent 2943c94ec1
commit c3e22611f5
6 changed files with 423 additions and 418 deletions

View File

@@ -951,9 +951,11 @@ article.article-content {
max-width: 100% !important;
}
/*
.form-group {
margin-bottom: 15px !important;
}
*/
.form-input, .form-textarea {
width: 100% !important;
@@ -1838,3 +1840,17 @@ article.article-content {
font-weight: 600;
}
button.ask-at-btn {
margin: 10px;
background: var(--theme-color);
padding: 8px 16px;
}
button.ask-at-btn a {
color: var(--ai-color);
}
button#searchButton.pds-btn {
background: var(--theme-color);
}