File tree Expand file tree Collapse file tree 2 files changed +16
-26
lines changed Expand file tree Collapse file tree 2 files changed +16
-26
lines changed Original file line number Diff line number Diff line change 143
143
>
144
144
<template v-if =" recorder .isRecording " >
145
145
<div
146
- class =" vac-svg-button vac-svg-border vac- icon-audio-stop"
146
+ class =" vac-svg-button vac-icon-audio-stop"
147
147
@click =" stopRecorder"
148
148
>
149
149
<slot name =" audio-stop-icon" >
150
- <svg-icon
151
- name =" close-outline"
152
- class =" vac-icon-audio-stop-svg"
153
- />
150
+ <svg-icon name =" close-outline" />
154
151
</slot >
155
152
</div >
156
153
161
158
</div >
162
159
163
160
<div
164
- class =" vac-svg-button vac-svg-border vac- icon-audio-confirm"
161
+ class =" vac-svg-button vac-icon-audio-confirm"
165
162
@click =" toggleRecorder"
166
163
>
167
164
<slot name =" audio-stop-icon" >
@@ -1075,8 +1072,20 @@ export default {
1075
1072
width : 45px ;
1076
1073
}
1077
1074
1075
+ $audio-icon-size : 28px ;
1076
+
1077
+ .vac-icon-audio-stop ,
1078
+ .vac-icon-audio-confirm {
1079
+ min-height : $audio-icon-size ;
1080
+ min-width : $audio-icon-size ;
1081
+
1082
+ svg {
1083
+ min-height : $audio-icon-size ;
1084
+ min-width : $audio-icon-size ;
1085
+ }
1086
+ }
1087
+
1078
1088
.vac-icon-audio-stop {
1079
- border-color : var (--chat-icon-color-audio-cancel );
1080
1089
margin : 0 20px 0 10px ;
1081
1090
1082
1091
::v- deep #vac- icon- close- outline {
@@ -1085,7 +1094,6 @@ export default {
1085
1094
}
1086
1095
1087
1096
.vac-icon-audio-confirm {
1088
- border-color : var (--chat-icon-color-audio-confirm );
1089
1097
margin : 0 13px 0 12px ;
1090
1098
1091
1099
::v- deep #vac- icon- checkmark {
Original file line number Diff line number Diff line change 46
46
opacity : 0.7 ;
47
47
}
48
48
49
- .vac-svg-border {
50
- display : flex ;
51
- align-items : center ;
52
- height : 35px ;
53
- width : 35px ;
54
- border-radius : 50px ;
55
- border : 1px solid #000 ;
56
-
57
- & .vac-svg-button {
58
- min-height : 35px ;
59
- min-width : 35px ;
60
-
61
- svg {
62
- margin-left : 5px ;
63
- }
64
- }
65
- }
66
-
67
49
.vac-room-avatar {
68
50
background-size : cover ;
69
51
background-position : center center ;
You can’t perform that action at this time.
0 commit comments