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:
parent
66a4424f5b
commit
0932d300a0
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue