Skip to content
Closed
Changes from 3 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 css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ footer {

/* icons */
a.openjs-logo {
display: inline-block;
display: flex;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
display: flex;
display: inline-block;

This is only child component so it is not ideal here.

Copy link
Copy Markdown
Author

@notsecret808 notsecret808 Mar 4, 2026

Choose a reason for hiding this comment

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

Agreed. Now it's working as exprected. Sorry, I think that the problem was on my side during the building of the app.

width: 125px;
height: 39px;
cursor: pointer;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
cursor: pointer;

Anchors already have pointer cursor by default.

Expand Down