Fix minor issues
This commit is contained in:
parent
a0fea69ce4
commit
fa52828641
|
@ -1,4 +1,4 @@
|
|||
# ![img](/img/logo.png) Share Freedom - browser extension
|
||||
# ![img](/src/img/logo.png) Share Freedom - browser extension
|
||||
|
||||
Share the current tab on the [fediverse](https://fediverse.party/).
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"name": "Share Freedom",
|
||||
"description": "share the current tab on the fediverse",
|
||||
"version": "2.1.3",
|
||||
"author": "Mickie",
|
||||
"author": "Miguel",
|
||||
|
||||
"background": {
|
||||
"scripts": ["src/js/background.js"],
|
||||
|
|
|
@ -6,19 +6,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="../css/fork-awesome.css" rel="stylesheet">
|
||||
<link href="../css/main.css" rel="stylesheet">
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<base target=""_blank />
|
||||
<link rel="stylesheet" href="../css/bootstrap.css">
|
||||
<link rel="stylesheet" href="../css/fork-awesome.css">
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<style>
|
||||
body {
|
||||
background-image: url('../img/wallpaper.png');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
</style> -->
|
||||
</head>
|
||||
|
||||
<body class="bg-fixed px-2 py-3" style="background-image: url('../img/wallpaper.png')">
|
||||
|
@ -29,7 +16,7 @@
|
|||
<a href="https://fosstodon.org/@yarmo/101907879701964911">Yarmo</a>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="text-5xl px-2 py-4 text-blue-400">Settings</div>
|
||||
<div class="text-5xl px-2 py-4 text-blue-400">Set your instance(s)</div>
|
||||
<form class="grid gap-5">
|
||||
<div class="flex">
|
||||
<span class="span-custom">Pleroma:</span>
|
||||
|
|
Loading…
Reference in New Issue