This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new dcc2aeed Tweak logo sizes
dcc2aeed is described below

commit dcc2aeedaa7e24e7d7431f8d7e17e0fa950ae6a0
Author: Sebb <[email protected]>
AuthorDate: Tue Feb 10 12:21:17 2026 +0000

    Tweak logo sizes
---
 www/roster/views/nonpmc/main.js.rb | 2 +-
 www/roster/views/pmc/main.js.rb    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/nonpmc/main.js.rb 
b/www/roster/views/nonpmc/main.js.rb
index c927160b..39a2c029 100644
--- a/www/roster/views/nonpmc/main.js.rb
+++ b/www/roster/views/nonpmc/main.js.rb
@@ -33,7 +33,7 @@ class NonPMC < Vue
       _a @nonpmc.display_name, href: @nonpmc.site
       _small " established #{@nonpmc.established}" if @nonpmc.established
       if @nonpmc.image
-        _img src: 
"https://www.apache.org/logos/res/#{@nonpmc.id}/default.png";, style: 
'max-width: 320px; max-height: 160px;'
+        _img src: 
"https://www.apache.org/logos/res/#{@nonpmc.id}/default.png";, style: 
'max-height: 50px; max-width: 160px'
       end
     end
 
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index c522f9f6..00d0618b 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -43,7 +43,7 @@ class PMC < Vue
         _a @@committee.chairname, href: "committer/#{@@committee.chair}"
       end
       if @committee.image
-        _img src: 
"https://www.apache.org/logos/res/#{@committee.id}/default.png";, style: 
'max-width: 320px; max-height: 160px;'
+        _img src: 
"https://www.apache.org/logos/res/#{@committee.id}/default.png";, style: 
'max-height: 50px; max-width: 160px'
       end
     end
 

Reply via email to