feat(web): tailwind css (#1147)
This commit is contained in:
@@ -31,12 +31,15 @@ const FileViewWithoutProtection = ({ application, viewControllerManager, file }:
|
||||
return (
|
||||
<div className="sn-component section editor" aria-label="File">
|
||||
<div className="flex flex-col">
|
||||
<div className="content-title-bar section-title-bar w-full" id="file-title-bar">
|
||||
<div
|
||||
className="content-title-bar section-title-bar z-editor-title-bar section-title-bar w-full"
|
||||
id="file-title-bar"
|
||||
>
|
||||
<div className="flex items-center justify-between h-8">
|
||||
<div className="flex-grow">
|
||||
<form onSubmit={onFormSubmit} className="title overflow-auto">
|
||||
<input
|
||||
className="input"
|
||||
className="input text-lg"
|
||||
id={ElementIds.FileTitleEditor}
|
||||
onChange={onTitleChange}
|
||||
onFocus={(event) => {
|
||||
|
||||
Reference in New Issue
Block a user