mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
Updated css % opacity values to fix 1% issue
The % opacity css values were all being changed to 1% in my builds, which I belive was due to this issue: https://github.com/cssnano/cssnano/issues/892 so I switched them to specify decimal opacity values instead.
This commit is contained in:
parent
15b13aa04d
commit
203b3aaa2c
3 changed files with 3 additions and 3 deletions
|
@ -276,7 +276,7 @@ export default {
|
|||
|
||||
<style>
|
||||
.disabled-card {
|
||||
opacity: 50%;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.my-divider {
|
||||
margin: 0 -1px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue