mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +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 {
|
.dropdown-menu {
|
||||||
top: calc(50px - 0.5em);
|
top: calc(50px - 0.5em);
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-menu-user-dropdown {
|
||||||
|
top: calc(47px - 0.5em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu li a {
|
.dropdown-menu li a {
|
||||||
|
|
Loading…
Reference in a new issue