Add .vs to gitignore and changed styling of file thumbnails back to original.

This commit is contained in:
David Garrett 2022-11-25 16:19:07 -05:00
parent d498690feb
commit 41e1968d75
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
### macOS ###
# General
.vs
.DS_Store
.AppleDouble
.LSOverride

Binary file not shown.

Binary file not shown.

View file

@ -3,11 +3,11 @@
bottom: 0;
left: 0;
width: 100%;
height: 10px; // UPDATE: Changed thumbnail viewed bar height to 10px
height: 5px;
background-color: var(--color-gray-7);
}
.file-thumbnail__viewed-bar-progress {
height: 10px; // UPDATE: Changed thumbnail viewed progress bar height to 10px
background-color: red; // UPDATE: Changed progress bar color to red
height: 5px;
background-color: var(--color-primary);
}