mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-30 07:46:27 +00:00
Put top menu "accountPlace" inside top-system-dropdown-id
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user