mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 18:05:51 +01:00
Refactor: Make pin preview width a variable
This commit is contained in:
committed by
Isaac Bythewood
parent
5ba4e9a67b
commit
5282ed5e53
@@ -171,8 +171,10 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
/* grid */
|
||||
@import 'utils/pin';
|
||||
|
||||
.grid-sizer,
|
||||
.grid-item { width: 240px; }
|
||||
.grid-item { width: $pin-preview-width; }
|
||||
.grid-item {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user