Update icons

This commit is contained in:
Corbin Davenport 2023-02-17 18:26:01 -05:00
parent 06550abc18
commit 79f57c0b1c
11 changed files with 7 additions and 8 deletions

BIN
img/icon_action_x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

BIN
img/orig.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -11,9 +11,9 @@
},
"action": {
"default_icon": {
"16": "img/icon_x16.png",
"32": "img/icon_x32.png",
"48": "img/icon_x48.png"
"48": "img/icon_action_x48.png",
"128": "img/icon_action_x128.png"
},
"default_title": "Share this page to Mastodon"
},
@ -34,9 +34,8 @@
"service_worker": "js/background.js"
},
"icons": {
"16": "img/icon_x16.png",
"32": "img/icon_x32.png",
"48": "img/icon_x48.png",
"128": "img/icon_x128.png",
"512": "img/icon_x512.png"
"128": "img/icon_x128.png"
}
}

View File

@ -17,7 +17,7 @@
</style>
</head>
<body>
<body class="user-select-none">
<div class="container-fluid">
<!-- Add a server -->
<label for="mastodon-server-text" class="form-label">Add a server</label>
@ -25,7 +25,7 @@
<input type="text" class="form-control" id="mastodon-server-text" placeholder="yourserver.social" aria-label="Server domain" aria-describedby="server-add-btn">
<button class="btn btn-outline-secondary" type="button" id="server-add-btn">Add</button>
</div>
<small class="text-muted">Server must be running <a href="https://github.com/mastodon/mastodon/releases/tag/v1.6.0" target="_blank">Mastodon 1.6</a> or newer.</small>
<small class="text-muted">Mastodon forks or alternative servers, like Wildebeest or PixelFed, may not be compatible.</small>
<!-- Server select -->
<div class="mt-3 mb-1">
<label for="mastodon-server-list" class="form-label">Saved servers</label>

View File

@ -17,7 +17,7 @@
</style>
</head>
<body>
<body class="user-select-none">
<!-- UI for no servers saved -->
<div id="server-warning" class="container text-center p-5 d-none">
You need to <a href="#" class="extension-settings-link">add some servers</a> first!