diff options
| -rw-r--r-- | css/redirector.css | 4 | ||||
| -rw-r--r-- | popup.html | 1 | ||||
| -rw-r--r-- | redirector.html | 1 | 
3 files changed, 4 insertions, 2 deletions
| diff --git a/css/redirector.css b/css/redirector.css index 71c7d74..63ee0a7 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -206,7 +206,7 @@ input[type="radio"] {  .redirect-info div p {    display:table-cell; -  word-wrap:break-word; +  word-wrap:anywhere;    max-width:700px;  } @@ -670,4 +670,4 @@ footer small a:hover {      border-color: rgb(68,68,68) !important ;      border-radius: 2px;    } -}
\ No newline at end of file +} @@ -4,6 +4,7 @@  		<title>REDIRECTOR</title>  		<link rel="stylesheet" href="css/popup.css" />  		<meta charset="UTF-8"> +		<meta name="viewport" content="width=device-width">  	</head>  	<body>  		<h1>REDIRECTOR</h1> diff --git a/redirector.html b/redirector.html index 58fc263..e0f6f4c 100644 --- a/redirector.html +++ b/redirector.html @@ -6,6 +6,7 @@  		<link rel="stylesheet" href="css/redirector.css" />  		<!-- ☈ -->  		<link rel="shortcut icon" href="images/icon-light-theme-32.png"> +		<meta name="viewport" content="width=device-width">  	</head>  	<body>  		<div id="cover"> | 
