mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Positional tweaks for the new Direct Message indicator
This commit is contained in:
parent
cd36800426
commit
2476f87e1d
@ -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 New Issue
Block a user