Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 68640a4

Browse files
committed
Fix icon postion
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
1 parent 375e279 commit 68640a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/messages/_MFileBody.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ limitations under the License.
8383
mask-size: cover;
8484
mask-image: url('$(res)/img/element-icons/room/composer/attach.svg');
8585
background-color: $message-body-panel-icon-fg-color;
86-
width: 13px;
86+
width: 15px;
8787
height: 15px;
8888

8989
position: absolute;
9090
top: 8px;
91-
left: 9px;
91+
left: 8px;
9292
}
9393
}
9494

0 commit comments

Comments
 (0)