Put top menu "accountPlace" inside top-system-dropdown-id

This commit is contained in:
the-djmaze 2023-02-25 15:10:21 +01:00
parent 9ef96fccdd
commit 1663cc6ce5
2 changed files with 8 additions and 12 deletions

View file

@ -1,8 +1,6 @@
#top-system-dropdown-id {
overflow: hidden;
padding-left: 8px;
padding-right: 6px;
padding: 0 6px;
}
.rl-left-panel-disabled #more-list-dropdown-id + .dropdown-menu {
@ -50,17 +48,15 @@
}
.accountPlace {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 4px;
color: #fff;
border-right: 1px solid var(--btn-border-clr, rgba(0, 0, 0, 0.2));
display: inline-block;
font-weight: bold;
font-size: 16px;
line-height: 29px;
line-height: 22px;
margin: 0 6px -3px 0;
max-width: 25vw;
margin: 0;
overflow: hidden;
padding: 1px 8px;
overflow-x: hidden;
padding-right: 6px;
text-overflow: ellipsis;
text-shadow: 0 1px 0 #000;
white-space: nowrap;