Skip to content

Commit

Permalink
Improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
winniederidder committed May 30, 2022
1 parent aabb935 commit d49d790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ yarn-debug.log*
yarn-error.log*

.eslintcache

.vscode
# script outputs
translationIssues.txt

# Ignore output of local pip install when building the tar
src/workers/python/python_package/
2 changes: 1 addition & 1 deletion src/Papyros.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Ensure the default browser behavior of the `hidden` attribute.
.papyros-button, .cm-button {
@apply _tw-m-1 _tw-px-3 _tw-py-1 _tw-rounded-lg _tw-cursor-pointer disabled:_tw-opacity-50 disabled:_tw-cursor-not-allowed !important;
}

/* Round the corners of textfields created by CodeMirror */
.cm-textfield {
@apply _tw-rounded-lg !important;
}

0 comments on commit d49d790

Please sign in to comment.