mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update filters.scss
This commit is contained in:
parent
b30c8aade5
commit
9a7245d12e
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
/*! Instagram.css v0.1.3 | MIT License | github.com/picturepan2/instagram.css */
|
/*! Instagram.css v0.1.3 | MIT License | github.com/picturepan2/instagram.css */
|
||||||
[class*="filter"] {
|
[class*="filter-"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="filter"]::before {
|
[class*="filter-"]::before {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue