mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 15:22:41 +00:00
add alternative icons in
the `-alt` icons have better sizing/readability than the originals. The originals likely will be removed. Also adds back in 'fit-width' icon which was mistakenly overwritten earlier.
This commit is contained in:
@@ -70,6 +70,9 @@
|
||||
.zoom-to-fit {
|
||||
mask-image: url('../icons/zoom-to-fit.svg');
|
||||
}
|
||||
.fit-width {
|
||||
mask-image: url('../icons/fit-width.svg');
|
||||
}
|
||||
.single-view {
|
||||
mask-image: url('../icons/SingleView.svg');
|
||||
}
|
||||
@@ -79,3 +82,12 @@
|
||||
.flow-view {
|
||||
mask-image: url('../icons/FlowView.svg');
|
||||
}
|
||||
.single-view-alt {
|
||||
mask-image: url('../icons/SingleView-alt.svg');
|
||||
}
|
||||
.facing-view-alt {
|
||||
mask-image: url('../icons/FacingView-alt.svg');
|
||||
}
|
||||
.flow-view-alt {
|
||||
mask-image: url('../icons/FlowView-alt.svg');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user