Add .vs to gitignore and changed styling of file thumbnails back to original.
This commit is contained in:
parent
d498690feb
commit
41e1968d75
4 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
### macOS ###
|
||||
# General
|
||||
.vs
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
|
Binary file not shown.
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue