mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
fix: large read more button
This commit is contained in:
@@ -252,7 +252,7 @@ const TextNoteDisplay: Component<TextNoteDisplayProps> = (props) => {
|
|||||||
</div>
|
</div>
|
||||||
<Show when={overflow()}>
|
<Show when={overflow()}>
|
||||||
<button
|
<button
|
||||||
class="text-xs text-stone-600 hover:text-stone-800"
|
class="mt-2 w-full rounded border p-2 text-center text-xs text-stone-600 shadow-sm hover:shadow"
|
||||||
onClick={(ev) => {
|
onClick={(ev) => {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
setShowOverflow((current) => !current);
|
setShowOverflow((current) => !current);
|
||||||
|
|||||||
Reference in New Issue
Block a user