Skip to content

Commit

Permalink
Update forum.less
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh-dada authored Sep 10, 2021
1 parent 56f690a commit 82027c8
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,17 @@
display: none !important;
}
}
@media screen and (max-width: 345px) {
.DadaDiscuss {
padding-top: 3px;
}
.DadaDiscuss.item-mnewDiscussion {
display: flex;
padding-top: 7px;
}
.DadaDiscuss .Button {
border-radius: 4px;
flex: 1;
}
@media (max-width: 767px) {
.IndexPage-toolbar {
display: flex;

.IndexPage-toolbar-view {
flex: 1;
display: flex;
flex-wrap: wrap;

.DadaDiscuss {
flex: 1;

.Button {
width: 100%;
}
}
}

.IndexPage-toolbar-action {
display: flex;
}
}
.DadaDiscuss .Button .Button-label:before {
content: "\f303";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
padding-right: 4px;
}

0 comments on commit 82027c8

Please sign in to comment.