MikaFil commited on
Commit
5b7c41e
·
verified ·
1 Parent(s): 409c67d

Update interface.js

Browse files
Files changed (1) hide show
  1. interface.js +10 -2
interface.js CHANGED
@@ -83,13 +83,21 @@
83
  z-index: 10;
84
  width: 36px;
85
  height: 36px;
 
 
86
  border-radius: 50%;
87
  border: none;
88
  background: #2E2E2EB3;
89
  color: #fff;
90
  font-size: 18px;
91
- line-height: 36px;
92
- text-align: center;
 
 
 
 
 
 
93
  cursor: pointer;
94
  user-select: none;
95
  }
 
83
  z-index: 10;
84
  width: 36px;
85
  height: 36px;
86
+ min-width: 36px;
87
+ min-height: 36px;
88
  border-radius: 50%;
89
  border: none;
90
  background: #2E2E2EB3;
91
  color: #fff;
92
  font-size: 18px;
93
+ line-height: 1;
94
+ padding: 0;
95
+ box-sizing: border-box;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ -webkit-appearance: none;
100
+ appearance: none;
101
  cursor: pointer;
102
  user-select: none;
103
  }