mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #4752 from nextcloud/fix-personal-settings-popover
Fix privacy settings drop downs on personal settings page
This commit is contained in:
commit
46f7e8202f
1 changed files with 3 additions and 3 deletions
|
|
@ -613,17 +613,17 @@ span.usersLastLoginTooltip {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.bubble {
|
||||
#userlist .bubble {
|
||||
z-index: 1;
|
||||
right: -6px;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.bubble:after {
|
||||
#userlist .bubble:after {
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.popovermenu a.menuitem {
|
||||
#userlist .popovermenu a.menuitem {
|
||||
height: 20px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue