Skip to content

Commit

Permalink
feat: 🔥 remove custom monaco styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Naresh-Khatri committed Jun 14, 2024
1 parent 682ed6a commit ceca993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/utils/UserAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ function UserAvatar({
style={{
...style,
borderRadius: "50%",
width: w || width || "auto",
height: h || height || "2.5rem",
width: w - 2 || width || "auto",
height: h - 2 || height || "2.5rem",
}}
/>
);
Expand Down
4 changes: 2 additions & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ ul {
top: -5px;
}

.line-numbers{
/* .line-numbers{
width: 30px !important;
}
.margin-view-overlays > div {
Expand All @@ -412,4 +412,4 @@ ul {
.monaco-scrollable-element{
width: 100% !important;
left: 45px !important;
}
} */

0 comments on commit ceca993

Please sign in to comment.