Improved issue #1205 - push online notifications to the right side with rtl.
This commit is contained in:
parent
68ec0756d9
commit
7c32cb87db
1 changed files with 46 additions and 42 deletions
|
@ -3339,6 +3339,7 @@ footer {
|
|||
|
||||
.search {
|
||||
padding: 11px 5px 4px 10px;
|
||||
@include rtl(padding, 11px 10px 4px 0px);
|
||||
border-bottom: 1px solid rgba(240,250,255,.05);
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
|
@ -4046,6 +4047,7 @@ footer {
|
|||
.popover--notifications {
|
||||
padding: 0;
|
||||
left: $navigationWidth;
|
||||
@include rtl(right, $navigationWidth);
|
||||
margin: 8px 2px;
|
||||
max-height: calc(100% - 16px);
|
||||
width: auto;
|
||||
|
@ -4064,6 +4066,8 @@ footer {
|
|||
.arrow {
|
||||
top: 23px !important;
|
||||
left: -11px;
|
||||
@include rtl(left, 408px);
|
||||
@include rtl(transform, rotate(180deg));
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
|
|
Loading…
Reference in a new issue