Skip to content

Commit

Permalink
Merge branch 'refractor-users' of github.com:antriksh-9/talawa-admin …
Browse files Browse the repository at this point in the history
…into refractor-users
  • Loading branch information
antriksh-9 committed Dec 12, 2024
2 parents 6489422 + 1d2de65 commit ee39e3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/screens/Users/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import TableLoader from 'components/TableLoader/TableLoader';
import UsersTableItem from 'components/UsersTableItem/UsersTableItem';
import InfiniteScroll from 'react-infinite-scroll-component';
import type { InterfaceQueryUserListItem } from 'utils/interfaces';
// import styles from './Users.module.css';
import styles from '../../style/app.module.css';
import useLocalStorage from 'utils/useLocalstorage';
import type { ApolloError } from '@apollo/client';
Expand Down
3 changes: 0 additions & 3 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
align-items: center;
gap: 10px;
/* Adjust spacing between items */
/* margin: 2.5rem 0; */
}

.btnsContainer .btnsBlock {
Expand All @@ -97,7 +96,6 @@

.btnsContainer .input {
width: 70%;
/* position: relative; */
}

.btnsContainer input {
Expand Down Expand Up @@ -584,7 +582,6 @@ hr {
.btnsContainer .btnsBlock {
display: block;
margin-top: 1rem;
/* margin-right: 0; */
}

.btnsContainer .btnsBlock div {
Expand Down

0 comments on commit ee39e3e

Please sign in to comment.