test blog profile
This commit is contained in:
@ -170,7 +170,7 @@ a.view-markdown:any-link {
|
||||
}
|
||||
|
||||
.ask-ai-content {
|
||||
max-width: 1000px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@ -200,7 +200,7 @@ a.view-markdown:any-link {
|
||||
/* Main Content */
|
||||
.main-content {
|
||||
grid-area: main;
|
||||
max-width: 1000px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
@ -969,6 +969,41 @@ article.article-content {
|
||||
.question-form {
|
||||
padding: 12px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Profile Display Styles */
|
||||
.profile-avatar-fallback {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
background: var(--theme-color);
|
||||
color: var(--white);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.admin-badge {
|
||||
background: var(--theme-color);
|
||||
color: var(--white);
|
||||
font-size: 10px;
|
||||
padding: 2px 6px;
|
||||
border-radius: 10px;
|
||||
font-weight: 500;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.loading-message, .error-message, .no-profiles {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: var(--dark-gray);
|
||||
}
|
||||
|
||||
.error-message {
|
||||
color: #d32f2f;
|
||||
}
|
||||
|
||||
.input-container {
|
||||
flex-direction: column !important;
|
||||
|
Reference in New Issue
Block a user