Fix editor brightness change
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
import { marked } from "marked";
|
import { marked } from "marked";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="min-h-30 bg-white/10 p-2 rounded-xl w-full hover:brightness-80 transition-all">
|
<div class="min-h-30 bg-white/10 p-2 rounded-2xl w-full">
|
||||||
{#if edit}
|
{#if edit}
|
||||||
<textarea
|
<textarea
|
||||||
class="w-full min-h-30 border-none bg-white/10 rounded-xl p-2"
|
class="w-full min-h-30 border-none bg-white/10 rounded-xl p-2"
|
||||||
|
|||||||
Reference in New Issue
Block a user