mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
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;
|
||||
background-image: url("img/icons_ellipsis.svg");
|
||||
background-size: 25px;
|
||||
left: 15px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
z-index: 4;
|
||||
|
@ -80,7 +79,7 @@ limitations under the License.
|
|||
content: "";
|
||||
border-radius: 40px;
|
||||
background: #4A4A4A;
|
||||
top: 5px;
|
||||
bottom: 0;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
opacity: 0.6;
|
||||
|
|
Loading…
Reference in a new issue