Sandro Magi

Results 17 issues of Sandro Magi

S.js looks very promising. I've been playing around with the todo sample, and while it's easy to add a reactive computation that counts the number of completed tasks by calling...

On the example 3 page [1], the currency symbol addon to the input is slightly misaligned in Firefox. I can fix it by setting .addon style "padding: 8.5px 12px;" (or...

Desktop or mobile chrome, if you're viewing mincss.com in a small screen such that you see the mobile top menu, and you try to click a link in that menu,...

In Firefox 40, if you shrink the screen horizontally until you see the mobile menu at the top: 1. the "x" close button shows underneath the menu expansion button 2....

Like most CSS frameworks, you use classes to designate various controls which your JS enhances with dynamic behaviour. That works fine, but isn't great for accessibility. I suggest an alternate,...

enhancement

Picnic CSS uses a [neat trick](https://github.com/franciscop/picnic/blob/master/src/plugins/button/_class.scss) to avoid having to specify explicit colours for elements that change on hover (see also [the docs](https://picnicss.com/documentation#buttons)). Basically, you use an inset box shadow...

A few updates ago, voice search stopped working for some reason. I updated to the latest version within the app, currently 14.99, and it now correctly records the voice query...

Having recently discovered DotVVM, I'm curious if there are any benchmarks comparing MVC-type solutions with the more component-oriented approach DotVVM takes. I have a largish, old and slow web forms...

good first issue

Take a look at: https://jsfiddle.net/0btLn8ep/ So if you click and move, it centers all elements like described in my last ticket. Now if you scroll/zoom in until the yellow box...

kind: bug/fix
topic: viewport

Extended viewport with a zoomTowards function that zooms from the current center towards a target point