Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix bg while loading
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv committed Mar 14, 2019
commit 3b98dd9c7a5c534cc5dd67ee68996e3c59394c7a
4 changes: 2 additions & 2 deletions src/components/Images.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export default {
</script>

<style scoped lang="scss">
$checkered-size: 20px;
$checkered-color: #999;
$checkered-size: 8px;
$checkered-color: #efefef;

img {
max-width: 100%;
Expand Down