mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
Fix assets build issue due to slightly different webpack config
This commit is contained in:
parent
e18bd0450a
commit
532b53eece
1 changed files with 2 additions and 2 deletions
|
@ -10895,7 +10895,7 @@ noscript {
|
|||
display: block;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
background: url('../images/warning-stripes.svg') repeat-y;
|
||||
background: url('~images/warning-stripes.svg') repeat-y;
|
||||
width: 5px;
|
||||
top: 0;
|
||||
}
|
||||
|
@ -10914,6 +10914,6 @@ noscript {
|
|||
|
||||
&--filter::before,
|
||||
&--filter::after {
|
||||
background-image: url('../images/filter-stripes.svg');
|
||||
background-image: url('~images/filter-stripes.svg');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue