Skip to content

Commit

Permalink
feat: remove white space and grey bar of my-drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier authored and tkohr committed Dec 20, 2024
1 parent 13e6ff2 commit e4c83e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<header class="h-[60px] border-b border-gray-300"></header>
<main class="bg-white overflow-y-auto">
<div class="flex flex-row items-baseline gap-[8px] px-[32px] py-[20px]">
<h1 class="text-[16px] text-main font-bold" translate>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { startWith, switchMap } from 'rxjs'
import { RecordsCountComponent } from '../records-count/records-count.component'
import { RecordsListComponent } from '../records-list.component'
@Component({
selector: 'md-editor-my-my-draft',
selector: 'md-editor-my-draft',
templateUrl: './my-draft.component.html',
styleUrls: ['./my-draft.component.css'],
standalone: true,
Expand Down

0 comments on commit e4c83e2

Please sign in to comment.