File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
app/ideation/components/add-idea Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1515</ div >
1616< div id ="create_idea_footer " [@openSlide] ="(app.addIdea | async) ? 'open' : 'closed' ">
1717 < div id ="post_idea_form_wrap " [class.expanded] ="toggleExpand ">
18+ < div *ngIf ="ideation.allowAnonymous " id ="anonymous_info_wrap " class ="mobile_show "
19+ translate ="COMPONENTS.ADD_IDEA.FOOTER_FORM_ANONYMOUS_INFO ">
20+ < div class ="tooltip " tooltip >
21+ < div class ="content_title " translate ="COMPONENTS.ADD_IDEA.TOOLTIP_ANONYMOUS_TITLE "> </ div >
22+ < div class ="content_description " translate ="COMPONENTS.ADD_IDEA.TOOLTIP_ANONYMOUS_DESCRIPTION "> </ div >
23+ </ div >
24+ </ div >
1825 < div class ="form_header ">
1926 < div class ="form_header_title ">
2027 < span translate ="COMPONENTS.ADD_IDEA.FOOTER_FORM_TITLE "> </ span >
3340 </ div >
3441
3542 < div class ="form_header_actions ">
36- < div *ngIf ="ideation.allowAnonymous " id ="anonymous_info_wrap "
43+ < div *ngIf ="ideation.allowAnonymous " id ="anonymous_info_wrap " class =" mobile_hidden "
3744 translate ="COMPONENTS.ADD_IDEA.FOOTER_FORM_ANONYMOUS_INFO ">
3845 < div class ="tooltip " tooltip >
3946 < div class ="content_title " translate ="COMPONENTS.ADD_IDEA.TOOLTIP_ANONYMOUS_TITLE "> </ div >
Original file line number Diff line number Diff line change 163163 .form_header_actions {
164164 display : flex ;
165165 gap : 8px ;
166+
167+ @include mixins .mobile {
168+ flex-direction : column ;
169+ }
166170 }
167171
168172 .form_header_expand_button {
Original file line number Diff line number Diff line change 26662666 "LNK_CLEAR" : " @:LNK_CLEAR" ,
26672667 "BTN_LEAVE_GROUP" : " Leave group" ,
26682668 "BTN_VIEW_GROUP" : " View group" ,
2669+ "BTN_JOINED_GROUP" : " Joined" ,
26692670 "ORDER_TITLE_ASC" : " Order groups A-Z" ,
26702671 "ORDER_TITLE_DESC" : " Order groups Z-A" ,
26712672 "HEADING_NO_RESUTS" : " @:VIEWS.MY.NO_RESULTS_FOUND_TITLE" ,
You can’t perform that action at this time.
0 commit comments