Simple mod of the sidebar to make it more sleek.
Better Sidebar DeepSeek by nakkiwi
Details
Authornakkiwi
LicenseCC BY-NC 4.0
Categorychat.deepseek.com
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Better Sidebar DeepSeek
@version 20250128.22.35
@namespace https://userstyles.world/user/nakkiwi
@description Simple mod of the sidebar to make it more sleek.
@author nakkiwi
@license CC BY-NC 4.0
==/UserStyle== */
@-moz-document domain("chat.deepseek.com") {
/* By nak.kiwi */
.ec92d1d3 {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
position: absolute;
right: 15px;
top: 15px;
height: min-content;
width: 2.5rem !important;
box-sizing: content-box;
z-index: 10;
margin: 0;
padding: 10px;
border-radius: 1rem;
background-color: #2c2e32;
}
.e066abb8 {
&::before {
content: "";
background-image: url(https://artificialanalysis.ai/img/logos/deepseek_small.jpg);
height: 2.5rem;
width: 2.5rem;
border-radius: 1rem;
background-size: cover;
}
svg {
display: none;
}
}
.dc04ec1d {
box-shadow: 0px 4px 1px #4d6bfe;
}
.a2f3d50e > * {
width: 160px;
}
.b8812f16 .ebaea5d2 {
align-items: center;
margin-top: 25px;
margin-bottom: 15px;
display: flex;
}
.a1e75851, .b91228e4 {
display: none;
}
/* Button rotations */
.ds-button svg {
transition: all 0.3s;
}
.ds-button:not(:has([style="transition: none; transform: rotate(0deg);"])) {
svg {
transform: rotate(180deg);
}
}
/*
▄▄▄
▄█ █▄
▀█ █ █▀
▄▀▀ █ ▀▀▄
█▒▒ ▒▒█
█▒▒▒▒▒▒▒█
▀▄▄▄▄▄▄▄▀
█ █
▀▀ ▀▀
Hey!, you found Kiwi the Kiwi :D
*/
}