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
197 stars 411 forks source link

Increase size of items in StopWatch activity #261

Closed llaske closed 5 years ago

llaske commented 5 years ago

Items (time, buttons) are too small so the activity is not very usable on small screens or on tablet. The idea is to double the size of each line: two lines for one.

Source code is of StopWatch activity is here: https://github.com/llaske/sugarizer/tree/dev/activities/Stopwatch.activity

lohani2280 commented 5 years ago

@llaske I am a newcomer here and I would like to work on this issue. Can I take this up?

niravasher commented 5 years ago

Hey is this still open as I have solved this on my local and I am a newbie here. screenshot 17

llaske commented 5 years ago

@niravasher , does it work on all browser? Currently the problem is that WebKit(Chrome/Safari) and Firefox don't give the same result. See https://github.com/llaske/sugarizer/pull/264#issuecomment-457821742

niravasher commented 5 years ago

Ok will try to make it compatible with all browsers @llaske

llaske commented 5 years ago

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

llaske commented 5 years ago

Closed in https://github.com/llaske/sugarizer/commit/dd3c58d56981e4dfa6d94601b95d7117a3bc9241