mirror of https://github.com/zulip/zulip.git
/features/: Fix wave position.
On some monitors it appears as though there's a slight gap between the bottom of the wave and the top of the section below. This moves the wave down a pixel to ensure the gap disappears. Fixes: #6064.
This commit is contained in:
parent
1d10941712
commit
2b45c17dbc
|
@ -458,7 +458,7 @@ nav ul li.active::after {
|
|||
display: block;
|
||||
|
||||
position: absolute;
|
||||
top: -170px;
|
||||
top: -169px;
|
||||
right: 0;
|
||||
|
||||
width: 685px;
|
||||
|
|
Loading…
Reference in New Issue