Skip to content

Commit fc1de77

Browse files
committed
ui tweaks
1 parent ccb914b commit fc1de77

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

AiServer/wwwroot/css/app.css

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3047,6 +3047,12 @@ select{
30473047
opacity: 0.5;
30483048
}
30493049

3050+
.\!shadow-none {
3051+
--tw-shadow: 0 0 #0000 !important;
3052+
--tw-shadow-colored: 0 0 #0000 !important;
3053+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
3054+
}
3055+
30503056
.shadow {
30513057
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
30523058
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
@@ -3077,12 +3083,6 @@ select{
30773083
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
30783084
}
30793085

3080-
.\!shadow-none {
3081-
--tw-shadow: 0 0 #0000 !important;
3082-
--tw-shadow-colored: 0 0 #0000 !important;
3083-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
3084-
}
3085-
30863086
.\!outline-none {
30873087
outline: 2px solid transparent !important;
30883088
outline-offset: 2px !important;
@@ -3159,10 +3159,6 @@ select{
31593159
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
31603160
}
31613161

3162-
.ring-transparent {
3163-
--tw-ring-color: transparent;
3164-
}
3165-
31663162
.ring-opacity-5 {
31673163
--tw-ring-opacity: 0.05;
31683164
}
@@ -3625,14 +3621,6 @@ select{
36253621
outline-offset: 2px;
36263622
}
36273623

3628-
.focus\:outline:focus {
3629-
outline-style: solid;
3630-
}
3631-
3632-
.focus\:outline-indigo-700:focus {
3633-
outline-color: #4338ca;
3634-
}
3635-
36363624
.focus\:ring-0:focus {
36373625
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
36383626
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -3691,11 +3679,6 @@ select{
36913679
--tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
36923680
}
36933681

3694-
.focus\:ring-indigo-700:focus {
3695-
--tw-ring-opacity: 1;
3696-
--tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity));
3697-
}
3698-
36993682
.focus\:ring-offset-1:focus {
37003683
--tw-ring-offset-width: 1px;
37013684
}

AiServer/wwwroot/mjs/utils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const HistoryTitle = {
173173
<div class="sm:w-72 md:w-92 flex items-center justify-between">
174174
<h3 class="p-2 sm:block text-xl md:text-2xl font-semibold">History</h3>
175175
<button type="button" @click="clear()" title="Clear History"
176-
class="mr-2 bg-white dark:bg-black rounded-md text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:ring-offset-black">
176+
class="mr-4 bg-white dark:bg-black rounded-md text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:ring-offset-black">
177177
<span class="sr-only">Clear</span>
178178
<svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
179179
<path fill="none" stroke="currentColor" stroke-width="2" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10ZM5 5l14 14"/>

0 commit comments

Comments
 (0)