mirror of https://github.com/vector-im/riot-web
Move icons
This tweaks the icon positions to look a bit better. Espacially with a scrollbar on the side Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
a87e637666
commit
7dc6029f19
|
@ -531,14 +531,14 @@ $left-gutter: 64px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
top: 6px;
|
top: 8px;
|
||||||
right: 12px;
|
right: 8px;
|
||||||
width: 19px;
|
width: 19px;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
background-color: $message-action-bar-fg-color;
|
background-color: $message-action-bar-fg-color;
|
||||||
}
|
}
|
||||||
.mx_EventTile_buttonBottom {
|
.mx_EventTile_buttonBottom {
|
||||||
top: 31px;
|
top: 33px;
|
||||||
}
|
}
|
||||||
.mx_EventTile_copyButton {
|
.mx_EventTile_copyButton {
|
||||||
mask-image: url($copy-button-url);
|
mask-image: url($copy-button-url);
|
||||||
|
|
Loading…
Reference in New Issue