Skip to content

Commit b16fbc0

Browse files
committed
make recording indicator a bit wider for windows
1 parent b0d0e41 commit b16fbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/content/record-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function addRecordingIndicator() {
187187
recordingIndicator.style.position = 'fixed'
188188
recordingIndicator.style.bottom = '36px'
189189
recordingIndicator.style.right = '36px'
190-
recordingIndicator.style.width = '380px'
190+
recordingIndicator.style.width = '400px'
191191
recordingIndicator.style.height = '50px'
192192
recordingIndicator.style['background-color'] = '#f7f7f7'
193193
recordingIndicator.style['box-shadow'] = '0 7px 10px 0 rgba(0,0,0,0.1)'

0 commit comments

Comments
 (0)