divppc / Physio-App

Physio Dashboard
http://physio.div.agency/program-builder-tools.html
0 stars 0 forks source link

please make default left sidebar expanded. and right sidebar minimized. #70

Open sonit1810 opened 6 years ago

sonit1810 commented 6 years ago

image

divppc commented 6 years ago

done http://physio.div.agency/program-builder-tools.html

sonit1810 commented 6 years ago

Hi Ihor,

Please make changes in card.html. We need then open, left side bar expanded as default, and right side bar collapsed as default.

Also, when collapsed, please hide text in left side bar too.

image

image

divppc commented 6 years ago

done http://physio.div.agency/card.html

pay attention please, now each word in are wrapped in span, and when sidebar is collapsed, span has value display: none;

sonit1810 commented 6 years ago

Thanks Ihor,

Can you show me diff between this changes and previous one, so i can add it to current site, example

Or you can give me what commit revision so i can check changes in github, whatever you want.

Thanks!

On Mon, Oct 23, 2017 at 5:44 PM, divppc notifications@github.com wrote:

done http://physio.div.agency/card.html

pay attention please, now each word in are wrapped in span, and when sidebar is collapsed, span has value display: none;

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/divppc/Physio-App/issues/70#issuecomment-338620220, or mute the thread https://github.com/notifications/unsubscribe-auth/AHoaEQbqCkEmqQPqtZutBF4GgoDiowYNks5svG4ogaJpZM4Pj6Ci .

divppc commented 6 years ago

In card.html

1) for each link on user side (left panel) old <a href="#" class="settings">Settings</a> new <a href="#" class="settings"><span>Settings</span></a>

2) in css section.card .user-side.collapsed .nav-panel a span { display: none; }

sonit1810 commented 6 years ago

Hi Ihor, can you also make Exercise Types and Exercise Parts expanded as default too ? ( right bar collapsed as default, but these sections expaned as default ).

image

divppc commented 6 years ago

done http://physio.div.agency/card.html