Expanded the input window and made it dark.
Styles for cloud.sambanova.ai by brend8c

Details
Authorbrend8c
LicenseMIT
Categoryhttps://cloud.sambanova.ai/
Created
Updated
Code size1.5 kB
Code checksumde8f3052
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Simply add these styles to your "Stylus" extension for https://cloud.sambanova.ai
Source code
/* ==UserStyle==
@name SambaNova AI Dark Theme
@namespace https://userstyles.world/user/brend8c
@version 1.0.0
@description A dark theme for SambaNova AI's cloud interface.
@author Brend8c
@homepageURL https://userstyles.world/style/20476/styles-for-cloud-sambanova-ai
@license MIT
==/UserStyle== */
@-moz-document domain("cloud.sambanova.ai") {
#pg-input-main {
background-color: #212121;
border: none !important;
padding: 0 !important;
gap: 30px !important;
border-radius: 0 !important;
}
#pg-input-main .MuiBox-root:first-child {
background-color: #b5b5b5;
height: 200px !important;
}
#pg-input-main .MuiBox-root:last-child {
background-color: #b5b5b5;
height: 40px !important;
}
#pg-input-main .MuiBox-root:last-child .MuiBox-root {
height: 40px !important;
}
#pg-input-main .MuiInputBase-root {
background-color: #2F2F2F;
height: 200px !important;
padding-top: 15px !important;
padding-left: 20px !important;
}
#pg-input-main textarea {
height: 190px !important;
background-color: #2F2F2F;
color: #fff;
}
.MuiBox-root.MuiBox-root .MuiBox-root.mui-104imym .MuiBox-root.mui-1rqqp05 {
background-color: #212121;
padding-top: 10px;
padding-bottom: 10px;
}
}