File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 font-size : 15px ;
3838 padding :8px ;
3939 text-decoration : none ;
40- padding-left : 50 px ;
40+ padding-left : 40 px ;
4141
4242 & :hover {
4343 cursor : pointer ;
Original file line number Diff line number Diff line change 3737
3838 < div id ="app ">
3939 < div style ="display: flex; ">
40- < div style ="width: 25 %; ">
40+ < div style ="width: 22 %; ">
4141 <%= render 'shared/sidebar' %>
4242 </ div >
4343 <%# <div style="flex: 1; flex-basis: 25%; max-width: 25%;"></div> %>
44- < div style ="width: 75 %; ">
44+ < div style ="width: 78 %; ">
4545 <%= yield %>
4646 </ div >
4747 </ div >
Original file line number Diff line number Diff line change 3333 <% end %>
3434 </ div >
3535
36- < div class ="card--container card--container-padding " data-controller ="list " data-list-url-value ="<%= users_path ( limit : 5 ) %> ">
36+ < div class ="card--container card--container-padding-horizontal " data-controller ="list " data-list-url-value ="<%= users_path ( limit : 5 ) %> ">
3737 < h3 class ="text-center no-margin-top margin-bottom "> Connect</ h3 >
3838 <% @users_for_connect . each do |user | %>
3939 <%= render partial : 'users/connect' , locals : { user : user } %>
You can’t perform that action at this time.
0 commit comments