mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
removed rounded borders * included user info flyout
This commit is contained in:
parent
f77bafad66
commit
b0e93b4666
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@
|
|||
|
||||
.dropdown-menu {
|
||||
top: calc(50px - 0.5em);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.top-menu-user-dropdown {
|
||||
top: calc(47px - 0.5em);
|
||||
}
|
||||
|
||||
.dropdown-menu li a {
|
||||
|
|
Loading…
Reference in a new issue