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 {
|
.search {
|
||||||
padding: 11px 5px 4px 10px;
|
padding: 11px 5px 4px 10px;
|
||||||
|
@include rtl(padding, 11px 10px 4px 0px);
|
||||||
border-bottom: 1px solid rgba(240,250,255,.05);
|
border-bottom: 1px solid rgba(240,250,255,.05);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -4046,6 +4047,7 @@ footer {
|
||||||
.popover--notifications {
|
.popover--notifications {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
left: $navigationWidth;
|
left: $navigationWidth;
|
||||||
|
@include rtl(right, $navigationWidth);
|
||||||
margin: 8px 2px;
|
margin: 8px 2px;
|
||||||
max-height: calc(100% - 16px);
|
max-height: calc(100% - 16px);
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -4064,6 +4066,8 @@ footer {
|
||||||
.arrow {
|
.arrow {
|
||||||
top: 23px !important;
|
top: 23px !important;
|
||||||
left: -11px;
|
left: -11px;
|
||||||
|
@include rtl(left, 408px);
|
||||||
|
@include rtl(transform, rotate(180deg));
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-content {
|
.popover-content {
|
||||||
|
|
Loading…
Reference in a new issue