Skip to content

Commit

Permalink
Merge pull request #116 from amitsgh/overlapping_icons#102
Browse files Browse the repository at this point in the history
fix: overlapping password icons | Edge Browser
  • Loading branch information
rohan-chaturvedi authored Nov 15, 2023
2 parents f63640b + 89fbbc6 commit 0178891
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions frontend/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
--card-rgb: 180, 185, 188;
--card-border-rgb: 131, 134, 135;

--toastify-color-success: rgb(16 185 129)!important;
--toastify-color-success: rgb(16 185 129) !important;
}

@media (prefers-color-scheme: dark) {
Expand Down Expand Up @@ -89,6 +89,11 @@ body {
max-width: 100vw;
overflow-x: hidden;
}

::-ms-reveal {
display: none;
}

/*
body {
color: rgb(var(--foreground-rgb));
Expand All @@ -113,7 +118,7 @@ a {

@layer components {
input {
@apply p-2 focus:outline-none
@apply p-2 focus:outline-none;
}

input:not(.custom) {
Expand Down

0 comments on commit 0178891

Please sign in to comment.