llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

Extra white space to right side of the buttons #1124

Closed disha1202 closed 6 months ago

disha1202 commented 1 year ago

There is extra white space to the right side of the following buttons Back, Next, Done, Accept.

Screenshot from 2022-12-26 12-05-25 Screenshot from 2022-12-26 12-05-44

We can update the css and improve the spacing of the buttons.

Screenshot from 2022-12-26 12-11-43

disha1202 commented 1 year ago

What do you think @llaske?

llaske commented 1 year ago

Hmmm. It's nice to have button of the same size to have a symmetric screen. BTW you can suggest some improvements thought it should be done on the Sugar.IconButton component, not in each screen.

prakharSrivs commented 1 year ago

Hi @disha1202 , I would like to ask if you are working on this issue ?

disha1202 commented 1 year ago

Hi @disha1202 , I would like to ask if you are working on this issue ?

@prakharSrivs, you can work on this.

prakharSrivs commented 1 year ago

One more thing , @disha1202 I am having some problems in setting up Chrome Developer Tools for inspect element purposes in the application. Plus I am not able to open it in chrome Browser. It would be very nice of you if you could help me out here.

disha1202 commented 1 year ago

One more thing , @disha1202 I am having some problems in setting up Chrome Developer Tools for inspect element purposes in the application. Plus I am not able to open it in chrome Browser. It would be very nice of you if you could help me out here.

Try using firefox Also set the security.fileuri.strict_origin_policy parameter to false for firefox

ABHINAV-JHA-27 commented 1 year ago

Hey @prakharSrivs, are you still working on the issue?

prakharSrivs commented 1 year ago

Hey @prakharSrivs, are you still working on the issue?

Yes Abhinav, I am working on it. @ABHINAV-JHA-27

Vishalk91-4 commented 1 year ago

Hi @llaske, Is this the type of window, you expected it to look like after completion Screenshot 2023-05-17 053731

llaske commented 1 year ago

@Vishalk91-4 , no. More spacing will be better like in @disha1202 suggestion.

llaske commented 1 year ago

Fixed in https://github.com/llaske/sugarizer/pull/1360