Positional tweaks for the new Direct Message indicator
This commit is contained in:
parent
cd36800426
commit
2476f87e1d
1 changed files with 1 additions and 2 deletions
|
@ -67,7 +67,6 @@ limitations under the License.
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
background-image: url("img/icons_ellipsis.svg");
|
background-image: url("img/icons_ellipsis.svg");
|
||||||
background-size: 25px;
|
background-size: 25px;
|
||||||
left: 15px;
|
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
|
@ -80,7 +79,7 @@ limitations under the License.
|
||||||
content: "";
|
content: "";
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
background: #4A4A4A;
|
background: #4A4A4A;
|
||||||
top: 5px;
|
bottom: 0;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|
Loading…
Reference in a new issue