folder-grid: make bigger on desktop
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/602/head
parent
aa81acd139
commit
6fb4b4dd23
|
@ -35,7 +35,7 @@ export default defineComponent({
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.grid {
|
.grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(min(100% / 3, 165px), 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(min(100% / 3, 180px), 1fr));
|
||||||
|
|
||||||
width: calc(100% - 40px); // leave space for scroller
|
width: calc(100% - 40px); // leave space for scroller
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|
Loading…
Reference in New Issue