4ef30cc8fd
* block some countries (#534) * Adds min-width to custom slippage input. (#533) On Firefox (maybe other browsers as well) the lack of min-width results in the default `input` element min-width which is ~92px. This results in the flex container overflowing the bounding element. By setting min-width to 20px, the box will instead grow to fill the available space, which is defined by its parent that has the pink border. This avoids the overflow issue (as long as the parent doesn't get too small, which it won't at the moment since it is fixed size).
11 lines
200 B
HTML
11 lines
200 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Unavailable For Legal Reasons</title>
|
|
</head>
|
|
<body>
|
|
<h1>Unavailable For Legal Reasons</h1>
|
|
</body>
|
|
</html>
|