-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Nice app!
A suggestion for styling the toolbar more like Adwaita.
A draft:
.psv-navbar {
height: 48px;
}
.psv-button {
padding: 8px;
margin: 6px;
border-radius: 8px;
}
.psv-button.psv-zoom-button:hover,
.psv-button.psv-move-button:hover,
.psv-button.psv-download-button:hover {
background-color: rgba(255, 255, 255, 0.3);
}
.psv-zoom-range.psv-button {
margin: 14px 4px;
}
dynobo
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed