mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Re-enable the blur on the Splatfest image when showing results
The Chrome bug in issue #6 appears to be fixed now.
This reverts commit 0b2ea67dac.
This also disables the blur in screenshot mode.
Closes #6.
This commit is contained in:
parent
6086f2c1f3
commit
2f0cfcfb8e
|
|
@ -250,8 +250,7 @@ body.has-modal #main {
|
|||
overflow: hidden;
|
||||
|
||||
img {
|
||||
// Disabling blur for now since it seems to be broken in Chrome
|
||||
//filter: blur(3px);
|
||||
filter: blur(3px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="font-splatoon2" :class="{ 'has-results': results }">
|
||||
<div class="font-splatoon2" :class="{ 'has-results': results && !screenshotMode }">
|
||||
<div class="splatfest-header">
|
||||
<h2 class="title is-3 is-size-2-fullhd font-splatoon1">
|
||||
{{ title }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user