Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ address a {
font-size: 1.2em;
}
address img, address picture {
vertical-align: middle;
vertical-align: baseline;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Consider if vertical-align: baseline is the most appropriate choice here. Depending on the context, other values like top, bottom, or middle might provide a better visual alignment. Ensure this change aligns with the intended design.

Suggested change
vertical-align: baseline;
vertical-align: baseline;

}
9 changes: 9 additions & 0 deletions main/packages/crx/bookmark_topper/updates.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
<app appid="mjocdpoeehfbbplhcfemmpmelmccbpbc">
<updatecheck codebase="https://github.com/DanielHerr/Bookmark_Topper/releases/download/3.1/Bookmark.Topper.3.1.3.1.crx"
version="3.1.3.1" prodversionmin="88"/>
<updatecheck codebase="https://github.com/DanielHerr/Bookmark_Topper/releases/download/3.0/Bookmark.Topper.3.0.2.1.crx"
version="3.0.2.1" prodversionmin="56"/>
</app>
</gupdate>