!LemuOOvbWqRXodtSsw:nixos.org

NixOS Reproducible Builds

532 Members
Report: https://reproducible.nixos.org Project progress: https://github.com/orgs/NixOS/projects/30118 Servers

Load older messages


SenderMessageTime
28 May 2023
@noob_tea:matrix.orgteawhere is the source for https://reproducible.nixos.org/?08:31:48
@noob_tea:matrix.orgteawhoever wrote it forgot to add the width=device-width metatag08:32:04
@raboof:matrix.orgraboofit's linked at the bottom, https://github.com/NixOS/reproducible.nixos.org08:32:18
@noob_tea:matrix.orgteanvm it's in the footer08:32:23
@noob_tea:matrix.orgtea mobile right now but if someone could add
<meta name="viewport" content="width=device-width, initial-scale=1.0"> to head itd be great
08:34:59
@noob_tea:matrix.orgteacoz it's unusable on mobile08:35:05
@raboof:matrix.orgraboofwilldo08:35:15
@raboof:matrix.orgraboofdone. that did make the logo drop off on mobile, but it's a net improvement. If you have any recommendations on how to make the proportions between the logo and the title work well on all screen sizes I'm definitely interested :)08:44:00
@printfn:matrix.org@printfn:matrix.org removed their profile picture.09:04:38
@raboof:matrix.orgraboofI wonder if we should update the matrix channel picture, something like https://github.com/NixOS/nixos-artwork/pull/98 ?09:05:41
@raboof:matrix.orgraboofChannel-reproducible-builds.png
Download Channel-reproducible-builds.png
09:06:00
@noob_tea:matrix.orgtea
In reply to @raboof:matrix.org
done. that did make the logo drop off on mobile, but it's a net improvement. If you have any recommendations on how to make the proportions between the logo and the title work well on all screen sizes I'm definitely interested :)
I don't think it should be a table
09:31:50
@noob_tea:matrix.orgteajust use a flex layout and it'll overflow into a new row if there isn't enough space09:32:07
@raboof:matrix.orgraboofhmm, sounds like that'd look weird if we left-align, but could be OK if we center it I guess? though perhaps even better would be to make sure things are sufficiently small that it fits next to the title on mobile.09:33:56
@noob_tea:matrix.orgtea

so I think roughly

diff --git a/index.html b/index.html
index 99080c9..49d2a05 100644
--- a/index.html
+++ b/index.html
@@ -12,14 +12,6 @@
 body {
   padding: 3em;
 }
-#heading {
-  width: auto;
-  margin-left: auto;
-  margin-right: auto;
-}
-#logo {
-  height: 14em;
-}
 h1 {
   font-size: 300%;
   color: #1e5b96ff;
@@ -27,10 +19,10 @@ h1 {
 </style>
 </head>
 <body>
-<table id="heading"><tr>
-<td><img id="logo" src="nixos-rb-logo.svg"></td>
-<td><h1>NixOS<br>Reproducible Builds</h1></td>
-</tr></table>
+<div style="display: flex; flex-wrap: wrap; align-items: center; margin: 0 auto;">
+  <img id="logo" style="max-height:14em" src="nixos-rb-logo.svg">
+  <h1>NixOS<br>Reproducible Builds</h1>
+</div>
 <p>
 When compiling from the same source on independent infrastructure
 yields bit-by-bit idential results, this gives confidence that
09:56:04
@noob_tea:matrix.orgtea(i manages to set up a termux env but still not logged in to GitHub"09:56:38
@noob_tea:matrix.orgtea* (i manages to set up a termux env but still not logged in to GitHub)09:58:28
@raboof:matrix.orgraboofthanks, tweaked a bit and committed11:54:08
@noob_tea:matrix.orgtearaboof; we'd need the viewport tag on all the reports as well11:58:30
@noob_tea:matrix.orgteatbf I'd just use Astro or some ssg11:58:53
@raboof:matrix.orgraboofDo iit 😀12:00:31
@noob_tea:matrix.orgteastill not home. will do12:11:24
@davidak:matrix.orgdavidaki thought it would be great to see the status (percentage) of the checked ISOs on the top of the frontpage and also one for ALL packages (when we have that)16:56:24
@davidak:matrix.orgdavidakso one only has to go to one site to check the reproducibility status, not to every single report16:57:44
@davidak:matrix.orgdavidakthat function is kind of missing with the new design. i did check https://r13y.com/ from time to time...16:59:03
@davidak:matrix.orgdavidakyou even get a clear answer in the link preview from the old site17:01:59
@rubikoid:matrix.orgrubikoid joined the room.19:55:04
30 May 2023
Room Avatar Renderer.14:10:21
31 May 2023
@dickdaley:matrix.orgdickdaley joined the room.18:28:34
1 Jun 2023
@raphi:tapesoftware.netraphi changed their display name from raphi to raphi (element unread channel fix when).13:03:30

Show newer messages


Back to Room ListRoom Version: 6