Fix positioning of stop square

pull/21833/head
Travis Ralston 2021-03-16 23:54:33 -06:00
parent 6c566cd382
commit 51dca8d13d
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ limitations under the License.
width: 14px;
height: 14px;
position: absolute;
top: 6px;
left: 6px;
top: 7px;
left: 7px;
border-radius: 2px;
background-color: $voice-record-stop-symbol-color;
}