fix line endings for css, html files, and jsx files

This commit is contained in:
hormelcookies 2020-09-05 13:54:46 -07:00
parent 3daf362a4e
commit aaf2c00a06
5 changed files with 5598 additions and 5595 deletions

3
.gitattributes vendored
View File

@ -5,3 +5,6 @@
*.patch text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.jsx text eol=lf
*.html text eol=lf
*.htm text eol=lf

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#title-bar-btns {
-webkit-app-region: no-drag;
position: fixed;
top: 0px;
right: 6px;
#title-bar-btns {
-webkit-app-region: no-drag;
position: fixed;
top: 0px;
right: 6px;
}