mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac: styling
This commit is contained in:
parent
29e8e2d938
commit
f8bb77324d
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@
|
||||||
<div class="">
|
<div class="">
|
||||||
<div class="px-2">
|
<div class="px-2">
|
||||||
<button
|
<button
|
||||||
class="w-full py-0.5 px-1.5 rounded flex items-center gap-1 text-xs text-gray-500 dark:text-gray-500 font-medium hover:bg-gray-100 dark:hover:bg-gray-900 transition"
|
class="w-full py-1 px-1.5 rounded-md flex items-center gap-1 text-xs text-gray-500 dark:text-gray-500 font-medium hover:bg-gray-100 dark:hover:bg-gray-900 transition"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
showPinnedChat = !showPinnedChat;
|
showPinnedChat = !showPinnedChat;
|
||||||
localStorage.setItem('showPinnedChat', showPinnedChat);
|
localStorage.setItem('showPinnedChat', showPinnedChat);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue