mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 10:12:41 +00:00
unify terms to 'spreads'
This commit only renames things, changes no logic. Any mention of "book", "view", or "mode" is renamed in relation to "spreads". The AnchoredBox.jsx file is renamed to Anchored.jsx Extra icons are deleted, and the remaining ones are renamed.
This commit is contained in:
@@ -73,21 +73,12 @@
|
||||
.fit-width {
|
||||
mask-image: url('../icons/fit-width.svg');
|
||||
}
|
||||
.single-view {
|
||||
mask-image: url('../icons/SingleView.svg');
|
||||
.single-spread {
|
||||
mask-image: url('../icons/single-spread.svg');
|
||||
}
|
||||
.facing-view {
|
||||
mask-image: url('../icons/FacingView.svg');
|
||||
.facing-spread {
|
||||
mask-image: url('../icons/facing-spread.svg');
|
||||
}
|
||||
.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');
|
||||
.flow-spread {
|
||||
mask-image: url('../icons/flow-spread.svg');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user