Skip to content

Commit 78fb928

Browse files
committed
fix more stuff
1 parent 9efcf3e commit 78fb928

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/components/RightSection.css

-13
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,9 @@
44
flex-direction: column;
55
padding: 0 0 10% 0;
66
overflow-y: auto;
7-
<<<<<<< Updated upstream
8-
}
9-
10-
.date {
11-
white-space: nowrap;
12-
font-family: "Roboto";
13-
font-size: 14px;
14-
color: #7D8D9D;
15-
padding: 10px;
16-
width: 200px;
17-
}
18-
=======
197
scrollbar-width: none; /* Firefox */
208
}
219

2210
body::-webkit-scrollbar {
2311
display: none; /* Chrome, Edge, and Safari */
2412
}
25-
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)