Skip to content

Commit ea33529

Browse files
authored
Update Friends.css
1 parent f5e0912 commit ea33529

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Dialogues/Friends.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#friends {
22
padding: 0;
3+
display: flex;
4+
flex-direction: column;
5+
height: 100%;
36

47
h1 {
58
vertical-align: text-top;
@@ -25,7 +28,7 @@
2528
ul {
2629
list-style: none;
2730
padding: 0;
28-
margin: 0;
31+
margin-bottom: 0;
2932
li {
3033
display: flex;
3134
align-items: center;

0 commit comments

Comments
 (0)