Skip to content

Commit b4f442e

Browse files
Update css
1 parent 139f333 commit b4f442e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

webplugin/css/app/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ input[type=number]::-webkit-outer-spin-button {
12781278

12791279
.km-answer-feedback {
12801280
position: absolute;
1281-
bottom: 5px;
1281+
bottom: 2px;
12821282
left: 75%;
12831283
display: flex !important;
12841284
justify-content: flex-end;
@@ -1333,12 +1333,12 @@ input[type=number]::-webkit-outer-spin-button {
13331333
align-items: center;
13341334
justify-content: center;
13351335
position: absolute;
1336-
height: 30px;
1337-
width: 30px;
1338-
right: 0;
1336+
height: 22px;
1337+
width: 22px;
1338+
right: -20px;
13391339
background: black;
13401340
border-radius: 50%;
1341-
bottom: -25px;
1341+
bottom: -11px;
13421342
}
13431343
.mck-msg-feedback-sticker svg path {
13441344
fill: #ffffff;

webplugin/scss/components/_km-message-area.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
.km-answer-feedback {
139139
position: absolute;
140-
bottom: 5px;
140+
bottom: 2px;
141141
left: 75%;
142142
display: flex !important;
143143
justify-content: flex-end;
@@ -194,12 +194,12 @@
194194
align-items: center;
195195
justify-content: center;
196196
position: absolute;
197-
height: 30px;
198-
width: 30px;
199-
right: 0;
197+
height: 22px;
198+
width: 22px;
199+
right: -20px;
200200
background: black;
201201
border-radius: 50%;
202-
bottom: -25px;
202+
bottom: -11px;
203203

204204
& svg {
205205
path {

0 commit comments

Comments
 (0)