Skip to content

Commit

Permalink
Fix update indicator in About window overlapping icon in Bubblegum theme
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed Mar 3, 2024
1 parent f1133dc commit 0e86599
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions styles/themes/bubblegum.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,13 @@ button:active {
background: rgba(255, 255, 255, 0.2);
}

/* About window */
#maybe-outdated-view-project-news {
/* Make room for enlarged icon */
margin-left: 120px;
}
#paint-32x32 {
/* Replace and enlarge icon */
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
Expand Down

0 comments on commit 0e86599

Please sign in to comment.