mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-14 06:42:25 +03:00
open account data in same window instead of popup (#2234)
* refactor TextViewer Content component * open account data inside setting window * close account data edit window on cancel when adding new
This commit is contained in:
parent
b7e5e0db3e
commit
2b8b0dcffd
5 changed files with 429 additions and 383 deletions
|
@ -31,8 +31,11 @@ export const TextViewerContent = style([
|
|||
export const TextViewerPre = style([
|
||||
DefaultReset,
|
||||
{
|
||||
padding: config.space.S600,
|
||||
whiteSpace: 'pre-wrap',
|
||||
wordBreak: 'break-word',
|
||||
},
|
||||
]);
|
||||
|
||||
export const TextViewerPrePadding = style({
|
||||
padding: config.space.S600,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue