From: Mike Frysinger Date: Mon, 10 Aug 2026 11:45:13 +0000 (+0545) Subject: who: change tables to CSS flexbox for better mobile display X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=39e6ed9ce6f960adc4b00fd2efd58890d8ab2ba1;p=nano-editor.git who: change tables to CSS flexbox for better mobile display --- diff --git a/style.css b/style.css index 43ee92e..3113baf 100644 --- a/style.css +++ b/style.css @@ -59,6 +59,16 @@ a:active { padding: 5%; } +.width-60 { + width: 60%; +} +.width-80 { + width: 80%; +} +.width-100 { + width: 100%; +} + table { border-spacing: 0px; border-collapse: separate; @@ -81,6 +91,35 @@ table#download { width: 80%; } +div.who { + display: flex; + flex-wrap: wrap; + white-space: nowrap; +} +span.who-1 { + flex-basis: 100%; + flex-grow: 1; + flex-shrink: 0; +} +span.who-2 { + flex-basis: 50%; + flex-grow: 1; + flex-shrink: 0; + max-width: 50%; +} +span.who-3 { + flex-basis: 33%; + flex-grow: 1; + flex-shrink: 0; + max-width: 33%; +} +span.who-5 { + flex-basis: 20%; + flex-grow: 1; + flex-shrink: 0; + max-width: 20%; +} + div#bottom { display: flex; flex-wrap: wrap; @@ -123,12 +162,26 @@ table#download { width: 100%; } +span.who-2, +span.who-3, +span.who-5 { + flex-basis: 33%; + max-width: inherit; + padding-left: 1em; +} + #screenshots ul { padding-left: 0; } } @media only screen and (max-width: 600px) { +span.who-2, +span.who-3, +span.who-5 { + flex-basis: 50%; +} + div#bottom span.menuitem { flex-basis: 50%; line-height: 1.5em; diff --git a/who.php b/who.php index 5a07377..7f4c264 100644 --- a/who.php +++ b/who.php @@ -1,76 +1,63 @@ -

-
Original Author
- - - - - -
Chris Allegretta
- -

-
Current Maintainer
- - - - - -
Benno Schulenberg
- -

-
Former Maintainers
- - - - - - -
David Lawrence Ramsey
Chris Allegretta
- -

-
Early Co-Developers
+
+
+
Original Author
+
+Chris Allegretta +
+
- - - - - - - - - - - -
Jordi Mallach
David Benbennick
Rocco Corsi
Mike Frysinger
Adam Rogoyski
Rob Siemborski
+
+
+
Current Maintainer
+
+Benno Schulenberg +
+
-

-
Contributors of Code and Fixes
+
+
+
Former Maintainers
+
+David Lawrence Ramsey +Chris Allegretta +
+
- - - - - - - - - - - - - - - - - - - - - - -
Ken TylerSven GuckesBill SoudanChristian WeisgerberKamil Dudka
Mark MajeresJoshua JensenRyan KrebsBig GauteAlbert Chin
Faissal BensefiaMahyar AbbaspourMike ScaloraSumedh PendurkarRishabh Dave
+
+
+
Early Co-Developers
+
+Jordi Mallach +David Benbennick +Rocco Corsi +Mike Frysinger +Adam Rogoyski +Rob Siemborski +
+

+
+
Contributors of Code and Fixes
+
+Ken Tyler +Sven Guckes +Bill Soudan +Christian Weisgerber +Kamil Dudka +Mark Majeres +Joshua Jensen +Ryan Krebs +Big Gaute +Albert Chin +Faissal Bensefia +Mahyar Abbaspour +Mike Scalora +Sumedh Pendurkar +Rishabh Dave +
+