Skip to content

Commit 6314b7d

Browse files
[Fixed] -> Toggle button UI issues (#93)
1 parent f402080 commit 6314b7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/templates/page.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,8 @@ table{
770770
border-width: 1px 0 0 0 !important;
771771
padding: 15px 10px 0 !important;
772772
.hs-toggle-switch {
773-
width: calc(3.4em + 2px) !important;
774-
height: calc(1.7em + 2px) !important;
773+
width: calc(34px + 2px) !important;
774+
height: calc(18px + 2px) !important;
775775
.hs-toggle-switch-nob{
776776
height: 14px !important;
777777
width: 14px !important;

0 commit comments

Comments
 (0)