mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 08:46:44 +03:00
Put top menu "accountPlace" inside top-system-dropdown-id
This commit is contained in:
parent
9ef96fccdd
commit
1663cc6ce5
2 changed files with 8 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue