Skip to content

Commit

Permalink
Fix UI icons
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoh committed Nov 12, 2024
1 parent 74c4f13 commit f9b20dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sass/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,15 @@ html {
}

.side-screenshot {
width: 100%;
width: 50%;
}

.icon {
display: inline;
margin: 0;
padding: 4px;
padding: 8px;
background-color: var(--body-color);
border-radius: 0;
}

.center {
Expand Down
2 changes: 1 addition & 1 deletion snippets/icon.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<img class="icon" src="https://raw.githubusercontent.com/OkuBrowser/oku/refs/heads/master/data/hicolor/scalable/actions/{{ include.name }}-symbolic.svg"></img>
<img class="icon" style="mask: url('https://raw.githubusercontent.com/OkuBrowser/oku/refs/heads/master/data/hicolor/scalable/actions/{{ include.name }}-symbolic.svg') no-repeat center"></img>

0 comments on commit f9b20dd

Please sign in to comment.