!LemuOOvbWqRXodtSsw:nixos.org

NixOS Reproducible Builds

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

Load older messages


SenderMessageTime
20 May 2023
@rnhmjoj:maxwell.ydns.eu@rnhmjoj:maxwell.ydns.eurustc itself or rustc-generated binaries?18:46:01
@raitobezarius:matrix.orgraitobezariusthis is about rustc-generated binaries18:46:12
@raitobezarius:matrix.orgraitobezarius which rustc is 18:46:15
@ulli:hrnz.li@ulli:hrnz.lihttps://github.com/NixOS/nixpkgs/issues/22985818:46:30
21 May 2023
@subfractal:matrix.orgsubfractal joined the room.23:38:52
22 May 2023
@alper-celik:matrix.orgAlper Çelik joined the room.12:53:46
25 May 2023
@raitobezarius:matrix.orgraitobezarius changed their display name from raitobezarius to disko in NixOS 23.11 when.13:32:19
@raitobezarius:matrix.orgraitobezarius changed their display name from disko in NixOS 23.11 when to raitobezarius.13:37:26
@rimuru:gentoo.chat@rimuru:gentoo.chat changed their profile picture.22:42:14
26 May 2023
@lotte:chir.rs@lotte:chir.rs changed their profile picture.18:35:50
27 May 2023
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.16:41:45
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

Show newer messages


Back to Room ListRoom Version: 6