Skip to content

Commit f4219f2

Browse files
committed
Floating scroll buttons style update
1 parent b1a97ff commit f4219f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/views/ChatLayout.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ onMounted(() => {
11541154
<div class="floating-button scroll" id="scroll-button" @click="scrollToBottom"
11551155
:class="{ show: shouldShowScrollButton }">
11561156
<span>
1157-
<ChevronDown :strokeWidth="5" />
1157+
<ChevronDown :strokeWidth="3" />
11581158
</span>
11591159

11601160
</div>
@@ -1182,6 +1182,7 @@ $icon-color: rgb(187, 187, 187);
11821182
}
11831183
11841184
1185+
11851186
@font-face {
11861187
font-family: Roboto-Regular;
11871188
src: url('/src/assets/webfonts/Roboto-Regular.ttf');
@@ -1298,12 +1299,14 @@ button {
12981299
12991300
.floating-button {
13001301
border: 1px solid #444;
1301-
background-color: #2a3441;
1302+
background: transparent;
1303+
border: none;
13021304
cursor: pointer;
13031305
outline: none;
13041306
color: $icon-color;
13051307
position: fixed;
13061308
min-height: 50px;
1309+
border: none;
13071310
top: 130px;
13081311
display: grid;
13091312
align-content: center;

0 commit comments

Comments
 (0)