projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b9d241
)
Reduce size of .btn-double-width on mobile
author
Daniel Gustafsson
<daniel@yesql.se>
Wed, 3 Nov 2021 21:27:50 +0000
(22:27 +0100)
committer
Daniel Gustafsson
<daniel@yesql.se>
Wed, 3 Nov 2021 21:27:50 +0000
(22:27 +0100)
The width of the double-size button was overflowing on mobile view-
ports. Fix by defining a smaller size in the appropriate @media
section.
Reported-by: Tiago Heras <tiagoheras@hotmail.com>
Reviewed-by: Jonathan Katz <jkatz@postgresql.org>
Discussion: https://postgr.es/m/17262-
34829a01de0fd209
@postgresql.org
media/css/main.css
patch
|
blob
|
blame
|
history
diff --git
a/media/css/main.css
b/media/css/main.css
index 7b0609a4b3456d0b6957f0b2fef8c929ce5c9773..d97da4dd0ad10534c10788dccb539584ce72f200 100644
(file)
--- a/
media/css/main.css
+++ b/
media/css/main.css
@@
-1601,6
+1601,10
@@
table.sponsor-table tbody tr td:nth-child(3) {
.pg-jumbotron-header {
font-size: 1.5rem;
}
+
+ .btn-double-width {
+ width: 18em;
+ }
}
/* Script copy buttons */