folder-grid: make bigger on desktop

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/602/head
Varun Patil 2023-04-19 16:18:26 -07:00
parent aa81acd139
commit 6fb4b4dd23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {