Skip to content

Commit 395b3b3

Browse files
Force open cookie border radius to 0
1 parent 41d1b9f commit 395b3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/css/front.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
left: 2rem;
3232
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3333
font-size: 0.9rem;
34-
border-top-left-radius: 3px;
35-
border-top-right-radius: 3px;
34+
border-bottom-left-radius: 0px;
35+
border-bottom-right-radius: 0px;
3636
z-index: 9999
3737
}

0 commit comments

Comments
 (0)