@@ -110,15 +110,15 @@ export const Preferences = observer(() => {
110110 >
111111 Inspirational
112112 </ ContextMenuItem >
113- < ContextMenuItem
113+ { /* <ContextMenuItem
114114 bigger
115115 onClick={onPresetClick('informational')}
116116 selected={store.preset === 'informational'}
117117 iconSize={28}
118118 icon={ICON_WINDOW}
119119 >
120120 Informational
121- </ ContextMenuItem >
121+ </ContextMenuItem> */ }
122122 < ContextMenuItem
123123 bigger
124124 selected = { store . preset === 'custom' }
@@ -137,7 +137,8 @@ export const Preferences = observer(() => {
137137 pointerEvents :
138138 store . preferencesContent === 'custom' ? 'inherit' : 'none' ,
139139 transition : '0.3s max-height, 0.3s transform, 0.3s opacity' ,
140- maxHeight : store . preferencesContent === 'custom' ? 390 : 200 ,
140+ // maxHeight: store.preferencesContent === 'custom' ? 390 : 200,
141+ maxHeight : store . preferencesContent === 'custom' ? 300 : 150 ,
141142 transform :
142143 store . preferencesContent === 'custom'
143144 ? 'translateX(-100%)'
@@ -162,7 +163,7 @@ export const Preferences = observer(() => {
162163 < ContextMenuSeparator bigger > </ ContextMenuSeparator >
163164 < SwitchItem name = "topSitesVisible" > Show top sites</ SwitchItem >
164165 < SwitchItem name = "quickMenuVisible" > Show quick menu</ SwitchItem >
165- < ContextMenuSeparator bigger > </ ContextMenuSeparator >
166+ { /* <ContextMenuSeparator bigger></ContextMenuSeparator>
166167 <SubTitle>News visibility:</SubTitle>
167168 <Dropdown
168169 defaultValue={store.newsBehavior}
@@ -173,7 +174,7 @@ export const Preferences = observer(() => {
173174 <Dropdown.Item value="always-visible">Always visible</Dropdown.Item>
174175 <Dropdown.Item value="hidden">Hidden</Dropdown.Item>
175176 <Dropdown.Item value="on-scroll">Visible on scroll</Dropdown.Item>
176- </ Dropdown >
177+ </Dropdown> */ }
177178 </ div >
178179 </ div >
179180 </ ContextMenu >
0 commit comments