mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-10 01:55:37 +00:00
165a088b1b
* (fix) header mobile version * (fix) send / receive responsive * (fix) footer overflowing * (fix) responsive settings menu * (fix) scrolling menu tabs * (fix) responsive tables * (fix) a few modal windows' responsive issues * (remove) unused files * (fix) sidebar responsive * (fix) load safe responsive * (fix) create safe responsiveness * (fix) text wrap * (fix) remove modal responsiveness * (fix) name wrap * (update) yarn.lock
14 lines
412 B
HTML
14 lines
412 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
<title>Gnosis Safe Multisig</title>
|
|
</head>
|
|
<body>
|
|
<div id="root" style="overflow: hidden;"></div>
|
|
</body>
|
|
</html>
|