Adds border-right to the menu for displays with min-width 1250 or higher (#3738)

Modifies top-bar.scss to add 'border-right' and 'border-bottom-right-raidus' property
for '.menu' in media query 'mind-width: 1250px' to get even menu appearance on desktop
screens.

Signed-off-by: Yash Dave <mail2ypd@gmail.com>
This commit is contained in:
Yash Dave 2019-08-18 23:57:11 +05:30 committed by Ben Halpern
parent 66a4424f5b
commit 0932d300a0

View file

@ -300,6 +300,8 @@
}
@media screen and (min-width: 1250px) {
position: absolute;
border-right: 1px solid rgb(219, 222, 225);
border-bottom-right-radius: 5px;
right: 4px;
}
.header {