Skip to content

Commit

Permalink
fixed tab marker style
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamiderrahmouni committed Apr 12, 2024
1 parent d921300 commit 82d8c46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.fme-code-preview-tab-marker-container{
@apply absolute left-0 z-10 w-1/2 h-full p-1 duration-300 ease-out;
@apply absolute left-0 z-10 w-1/2 h-full duration-300 ease-out;
}

.fme-code-preview-tab-marker{
Expand All @@ -36,7 +36,7 @@
}

.fme-code-preview-tab{
@apply relative inline-grid items-center justify-center w-auto h-10 grid-cols-2 text-gray-500 bg-gray-100 rounded-lg select-none;
@apply relative inline-grid items-center justify-center w-auto h-10 p-1 grid-cols-2 text-gray-500 bg-gray-100 rounded-lg select-none;
}

.fme-container{
Expand Down
Loading

0 comments on commit 82d8c46

Please sign in to comment.