Skip to content

Commit

Permalink
made changes as per coderabbitAI suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
devender18 committed Dec 13, 2024
1 parent 3bfade4 commit 13e7f5f
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,16 @@ hr {
}

.row .right_portion::-webkit-scrollbar {
display: none;
width: 8px;
}

.row .right_portion::-webkit-scrollbar-track {
background: transparent;
}

.row .right_portion::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 4px;
}

.row .right_portion .langChangeBtn {
Expand Down Expand Up @@ -860,6 +869,16 @@ hr {
}
}

@media (prefers-reduced-motion: reduce) {
.talawa_logo {
animation: none;
}

.active_tab {
animation: none;
}
}

@-webkit-keyframes zoomIn {
0% {
opacity: 0;
Expand Down

0 comments on commit 13e7f5f

Please sign in to comment.