webamp/css/milkdrop-window.css
Jordan Eldredge 7074630713 Format css according to prettier default config
Looks like I had a .editorconfig in the project root (not sure how it
got there) which was git ignored by my ~/.gitignore. It also turns out
that prettier will respect the indent settings in .editorconfig.

This sets my `.editorconfig` to use the Prettier default, checks it in,
and also reformats all the CSS.

Fixes #684
2018-10-20 10:12:19 -07:00

8 lines
103 B
CSS

.webamp-desktop {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}