2021-03-01 14:47:47 +01:00
|
|
|
@import "~theme/globals";
|
2021-02-18 11:49:15 +01:00
|
|
|
|
|
|
|
:host .addon-mod_forum-post {
|
2021-05-28 13:22:39 +02:00
|
|
|
background-color: var(--ion-item-background);
|
2021-02-18 11:49:15 +01:00
|
|
|
border-bottom: 1px solid var(--addon-forum-border-color);
|
|
|
|
|
|
|
|
.addon-forum-star {
|
2021-05-07 10:31:06 +02:00
|
|
|
color: var(--core-star-color);
|
2021-02-18 11:49:15 +01:00
|
|
|
}
|
|
|
|
|
2023-05-03 11:53:45 +02:00
|
|
|
.core-discussionusername {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.core-groupname {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 4px;
|
|
|
|
}
|
|
|
|
|
2021-02-18 11:49:15 +01:00
|
|
|
ion-card-header .item {
|
|
|
|
|
|
|
|
&.highlight::part(native) {
|
|
|
|
background-color: var(--addon-forum-highlight-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
ion-label {
|
|
|
|
margin-top: 4px;
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
font-weight: bold;
|
2021-05-28 13:22:39 +02:00
|
|
|
flex-grow: 1;
|
2021-02-18 11:49:15 +01:00
|
|
|
|
|
|
|
ion-icon {
|
|
|
|
@include margin(0, 6px, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
core-user-avatar {
|
|
|
|
--core-avatar-size: var(--addon-forum-avatar-size);
|
|
|
|
|
|
|
|
@include margin(0, 8px, 0, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon-mod-forum-post-title,
|
|
|
|
.addon-mod-forum-post-info {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon-mod-forum-post-info {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon-mod-forum-post-title + .addon-mod-forum-post-info {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2021-05-20 09:56:54 +02:00
|
|
|
.addon-mod-forum-post-title .item-heading,
|
2021-02-18 11:49:15 +01:00
|
|
|
.addon-mod-forum-post-info .addon-mod-forum-post-author {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
ion-card-content {
|
|
|
|
padding-top: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item .item-inner {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addon-mod-forum-post-more-info div {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|