Mobil görünümde Summaries eklentim çalışmıyor nedense ve de görüntülenme sayısının sağda değil de flarumtr deki gibi altta görünmesini nasıl sağlayabilirim?
Benim forum
Flarumtr
CSS kodum:
@media (min-width: 768px){.DiscussionListItem-content {
padding-left: 80px;
padding-right: 80px;
padding-top: 10px;
border-radius: 4px;
padding-bottom: 10px;
border:1px solid #dbdfe6!important;
-webkit-box-shadow: 0px 4px 4px 3px rgba(84,102,134,0.05) !important;
box-shadow: 0px 4px 4px 3px rgba(84,102,134,0.05) !important;}
.IndexPage .DiscussionListItem-info>.item-tags, .UserPage .DiscussionListItem-info>.item-tags {top: 23px !important;}
.DiscussionListItem {
position: relative;
margin-right: 0;
padding-right: 0;
padding-left: 0;
margin-left: 0;
border-radius: 4px;
margin-top:15px;}}
@media (min-width: 768px){.DiscussionListItem:hover {
background-color: rgba(45, 78, 107, 0.05);
border-left: 1px solid #0a186b;
border-right: 1px solid #0a186b;
-webkit-box-shadow: 0px 4px 14px 3px rgba(84,102,134,0.08) !important;
box-shadow: 0px 4px 14px 3px rgba(84,102,134,0.08) !important;}}
.DiscussionList:not(.DiscussionList–searchResults) .read .DiscussionListItem-title { font-weight: 600; color: #282828; }
.DiscussionList:not(.DiscussionList–searchResults) .unread .DiscussionListItem-title {color: #e7672e; font-weight: 600; }
.Post.CommentPost {-webkit-box-shadow: 0px 4px 8px 1px rgba(84,102,134,0.05) !important;
box-shadow: 0px 4px 8px 1px rgba(84,102,134,0.05) !important; border: 1px solid #dbdfe6!important; border-radius: 4px;margin-top: 20px;}
@media (min-width: 767px){.IndexPage .DiscussionListItem-info>.item-tags, .UserPage .DiscussionListItem-info>.item-tags {
position: initial !important;
margin-bottom: 5px !important;
display: block;
-webkit-mask-image: initial !important;
white-space: nowrap !important;
max-width: 500px !important;
}}
div#admin-navigation::-webkit-scrollbar {
width: 0.5em;
}
div#admin-navigation::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #1D2731;
}
div#admin-navigation::-webkit-scrollbar-thumb {
border-radius:10px;
background-color: white;
outline: 1px solid slategrey;
}
body::-webkit-scrollbar {
width: 0.5em;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: white;
}
body::-webkit-scrollbar-thumb {
border-radius:10px;
background-color: #1D2731;
outline: 1px solid slategrey;
}
#header-primary > ul > li.item-link1 > a:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 14px;
content: '\f059';
margin-right: 4px;
vertical-align: -1px;
}
#header-primary > ul > li.item-link3 > a:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 14px;
content: '\f1ab';
margin-right: 4px;
vertical-align: -1px;
}
#header-primary > ul > li.item-link4 > a:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 14px;
content: '\f6fa';
margin-right: 4px;
vertical-align: -1px;
}
#header-primary > ul > li.item-link5 > a:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 14px;
border: 1px solid orange;
margin-right: 4px;
vertical-align: -1px;
}
#header-primary > ul > li.item-link5 {
background: #3a82cf;
}
#header-primary > ul > li > a {
color: white;
}
#header-primary > ul > li > a:hover {
color: #9ce05c;
}
#header-primary > ul > li{
margin-right: 1px;
}
#header-primary > ul > li:hover{
}
.ComposerBody-header h3 input, .ComposerBody-header h3 a {
color: darkcyan;
}