File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
entrypoints/content/features/YTDLiveChatSetting/components/PresetContent Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ export const PresetItem = ({ id }: PresetItemType) => {
4646
4747 return (
4848 < div
49- className = { `ylc-preset-card ylc-theme-surface m-3 p-2 rounded-[12px] border border-solid ylc-theme-border relative transition-shadow duration-160 ${
49+ className = { `ylc-preset-card ylc-theme-surface m-3 p-2.5 rounded-[12px] border border-solid ylc-theme-border relative transition-shadow duration-160 ${
5050 isDragging ? 'z-1 cursor-grabbing ylc-theme-shadow-sm' : ''
5151 } `}
5252 ref = { setNodeRef }
5353 style = { { transform : CSS . Translate . toString ( transform ) , transition } }
5454 >
55- < div className = 'flex justify-between items-center gap-2' >
55+ < div className = 'flex justify-between items-center gap-2.5 ' >
5656 < div className = 'group flex items-center min-w-0 flex-1' >
5757 < div ref = { setActivatorNodeRef } className = 'flex items-center justify-center' >
5858 < TbGripVertical
@@ -73,7 +73,7 @@ export const PresetItem = ({ id }: PresetItemType) => {
7373 value = { title }
7474 onChange = { event => updateTitle ( id , event . target . value ) }
7575 aria-label = { t ( 'content.aria.presetName' ) }
76- className = 'ml-1 h-8 px-1.5 rounded-[8px] outline-none min-w-0 flex-1 max-w-[240px ] text-sm font-medium tracking-[0.01em] ylc-theme-input-borderless'
76+ className = 'ml-1 h-[34px] p-2 rounded-[8px] outline-none min-w-0 flex-1 max-w-[228px ] text-sm font-medium tracking-[0.01em] ylc-theme-input-borderless'
7777 />
7878 </ div >
7979 < div className = 'flex transition-opacity duration-160 shrink-0' >
Original file line number Diff line number Diff line change 12031203 display : inline-flex;
12041204 align-items : center;
12051205 justify-content : center;
1206- width : 34 px ;
1207- height : 34 px ;
1206+ width : 35 px ;
1207+ height : 35 px ;
12081208 padding : 7px ;
12091209}
12101210
You can’t perform that action at this time.
0 commit comments