2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Merge pull request #163 from eeintech/doc_fixes

UX fixes
This commit is contained in:
Oliver 2021-09-02 08:45:21 +10:00 committed by GitHub
commit e95956ecd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 7 deletions

View File

@ -19,10 +19,11 @@
autoplay: true,
pagination: false,
// cover: true,
height: '25rem',
autoWidth: true,
height: '22rem',
focus: 'center',
padding: {
left: '5rem',
left: '35rem',
right: '5rem',
}
}

View File

@ -11,5 +11,5 @@
{% endif %}
<li class='splide__slide'>
<img src='{{ img_url }}'>
<img src='{{ img_url }}' style='max-width:65%;'>
</li>

View File

@ -6,7 +6,7 @@ hide:
- navigation
---
## Intuitive inventory management
## Intuitive Inventory Management
--------------

View File

@ -38,10 +38,10 @@ html {
display: none;
height: 0;
}
[hidden],
/* [hidden],
template {
display: none;
}
} */
a {
background-color: transparent;
}

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
border: 1px solid #ddd;
}
.image-inventree:hover {
.image-inventree>a>img.img-inline:hover {
opacity: 75%;
}