feat: Replaced margin resizers with "Editor width" options. You can set it globally from Preferences > Appearance or per-note from the note options menu (#2324)
This commit is contained in:
@@ -4,7 +4,6 @@ import { DropdownItem } from './DropdownItem'
|
||||
import { classNames } from '@standardnotes/snjs'
|
||||
import {
|
||||
Select,
|
||||
SelectArrow,
|
||||
SelectItem,
|
||||
SelectLabel,
|
||||
SelectPopover,
|
||||
@@ -102,7 +101,7 @@ const Dropdown = ({
|
||||
) : null}
|
||||
<div className="text-base lg:text-sm">{currentItem?.label}</div>
|
||||
</div>
|
||||
<SelectArrow className={classNames('text-passive-1', isExpanded && 'rotate-180')} />
|
||||
<Icon type="chevron-down" size="normal" className={isExpanded ? 'rotate-180' : ''} />
|
||||
</Select>
|
||||
<SelectPopover
|
||||
store={select}
|
||||
|
||||
Reference in New Issue
Block a user