Skip to content

Commit ab54a41

Browse files
committed
fixed
1 parent 9392eb6 commit ab54a41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

firebase-project/src/assets/css/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160

161161
.post-form-container {
162162
position: fixed;
163-
bottom: 3px;
163+
bottom:0px;
164164
left: 430px;
165165
background-color: rgb(39, 39, 39);
166166
padding: 5px 20px 5px 20px;

firebase-project/src/pages/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React, { useContext, useState, useEffect } from 'react'
2-
import { auth, db } from '../config/firebase'
1+
import { useContext, useState, useEffect } from 'react'
2+
import { db } from '../config/firebase'
33
import { app_context_type, AppContext } from '../App'
44
import { getDocs, addDoc, collection } from 'firebase/firestore'
55
import { useForm, FieldValues } from 'react-hook-form'

0 commit comments

Comments
 (0)