mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Reduce size of .btn-double-width on mobile
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
This commit is contained in:
@ -1601,6 +1601,10 @@ table.sponsor-table tbody tr td:nth-child(3) {
|
|||||||
.pg-jumbotron-header {
|
.pg-jumbotron-header {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-double-width {
|
||||||
|
width: 18em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Script copy buttons */
|
/* Script copy buttons */
|
||||||
|
Reference in New Issue
Block a user