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

Commit dbe0b4a

Browse files
committed
fixed small scale on hover issue
1 parent c8cd96d commit dbe0b4a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

dlm-general.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ foreignObject {
3434
width: 48;
3535
height: 48;
3636
}
37-
:not(svg) {
38-
transform-origin: 0px 0px;
39-
}
4037

4138
foreignObject {
4239
display: block;
@@ -841,8 +838,7 @@ a.link__95dc0:hover {
841838
background: white;
842839
box-shadow: inset 1px 1px 1px #0000004d;
843840
}
844-
845-
.theme-light .markup_a7e664 .inline, code.inline{
841+
.markup_a7e664 .inline, code.inline{
846842
background: lightgray;
847843
font-family: "Perfect DOS VGA 437 Win";
848844
color: black;
@@ -915,8 +911,7 @@ li.channel_c21703.container__8759a[aria-posinset="2"] {
915911
height: 0px;
916912
}
917913

918-
919-
a.link__2e8e1[data-list-item-id="private-channels-uid_18___shop"] {
914+
a.link__2e8e1[data-list-item-id="private-channels-uid_18___shop"], a.link__2e8e1[data-list-item-id="private-channels-uid_1123___shop"] {
920915
visibility:hidden;
921916
height: 0px;
922917
}

dlm-icons.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,11 @@ div.iconWrapper_af9215[aria-label="Add Friends to DM"] {
331331
margin-top: 3px;
332332
}
333333

334+
div.iconWrapper_af9215[aria-label="Start Voice Call"] {
335+
content: url(https://numoder.github.io/dlm7-theme/assets/channel%20header/phone.png);
336+
}
337+
338+
334339
div.iconWrapper_af9215[aria-label="Start Video Call"] {
335340
content: url(https://numoder.github.io/dlm7-theme/assets/general/webcam.png);
336341
}

0 commit comments

Comments
 (0)