zimbatm changed the topic of #nixcon to: Nixcon 2020 Online is happening!
<nbathum>
avocadoom: I merged your updates to the site ... I also just noticed you said, it isn't finished yet
<nbathum>
it looks beautiful
<samueldr>
at exactly 1080p wide, no menu shows up, neither the wide nor the narrow one :)
<samueldr>
uh, that's confusing, 1080 pixel wide
<samueldr>
and, the same kind of aggravating edge case: in narrow mode, open and close the menu, change the width without refreshing, the menu is gone :)
<samueldr>
(sorry! it was part of my job for so long to completely destroy integration work of my colleagues)
<samueldr>
(and to guard myself against my colleages completely destroying my integration work)
<nbathum>
can confirm both
<samueldr>
and a tip, word of caution, setting elements side-by-side, e.g. the svg curves here sometimes can create an unsightly seam
<samueldr>
though I am mostly unable to reproduce it in normal circumstances in this particular instance
<samueldr>
but pixels are not necessarily whole with web
<samueldr>
the trick is generally to have some overlap, e.g. 2 css pixels
<samueldr>
it might be worse when using pseudo-elements and positions than just laying DOM elements next to each others
<samueldr>
web developers hate me: I run chrome at 1.5× pixel ratio :)
<samueldr>
(and firefox too)
justanotheruser has joined #nixcon
thefloweringash has quit [Ping timeout: 246 seconds]
jtojnar has quit [Ping timeout: 246 seconds]
fadenb[m] has quit [Ping timeout: 246 seconds]
jonge[m] has quit [Ping timeout: 246 seconds]
leons has quit [Remote host closed the connection]
hmpffff[m] has quit [Read error: Connection reset by peer]
aanderse has quit [Read error: Connection reset by peer]
rycee has quit [Read error: Connection reset by peer]
blitzclone[m] has quit [Remote host closed the connection]
Ox4A6F has quit [Remote host closed the connection]
Ox4A6F has joined #nixcon
justanotheruser has quit [Ping timeout: 260 seconds]
leons has joined #nixcon
fadenb[m] has joined #nixcon
thefloweringash has joined #nixcon
jtojnar has joined #nixcon
rycee has joined #nixcon
blitzclone[m] has joined #nixcon
aanderse has joined #nixcon
jonge[m] has joined #nixcon
hmpffff[m] has joined #nixcon
justanotheruser has joined #nixcon
Orbstheorem has left #nixcon ["WeeChat 2.3"]
<avocadoom>
samueldr: thx for the feedback. As already stated, it's not finished yet, so things like the broken mobile transition will be fixed. 👍
<avocadoom>
And yes, the seam problem is really annoying. In this particular case, I applied a bottom margin of 1px. I could increase it two 2px, if this removes more edgecases, and apply the same for the bottom divider.
<avocadoom>
And thx nbathum for reviewing and merging my changes :)