Skip to content

aistudio.google.com/app/prompts/new_chat by hedraadel1

Details

Authorhedraadel1

LicenseNo License

Categoryaistudio.google.com

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Short description of what your userstyle does in plain text. Will be used for SEO and rich embeds.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         aistudio.google.com/app/prompts/new_chat
@version      20241016.04.10
@namespace    https://userstyles.world/user/hedraadel1
@description  Short description of what your userstyle does in plain text. Will be used for SEO and rich embeds.
@author       hedraadel1
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://aistudio.google.com/app/prompts/"), url-prefix("aistudio.google.com"), url-prefix("https://aistudio.google.com/") {
.dark-theme .gmat-body-medium,
.dark-theme ms-cmark-node blockquote,
ms-cmark-node .dark-theme blockquote,
.dark-theme ms-cmark-node div,
ms-cmark-node .dark-theme div,
.dark-theme ms-cmark-node dl,
ms-cmark-node .dark-theme dl,
.dark-theme ms-cmark-node dt,
ms-cmark-node .dark-theme dt,
.dark-theme ms-cmark-node td,
ms-cmark-node .dark-theme td,
.dark-theme ms-cmark-node th,
ms-cmark-node .dark-theme th,
.dark-theme ms-cmark-node li,
ms-cmark-node .dark-theme li,
.dark-theme ms-cmark-node p,
ms-cmark-node .dark-theme p,
.dark-theme ms-cmark-node section,
ms-cmark-node .dark-theme section {
    font-size: 24px;
    font-weight: 900;
    line-height: 35px !important;
    direction: rtl !important;
    font-family: "Google Sans Text", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

.syntax-highlighted-code-wrapper {
    direction: ltr !important;
}

.syntax-highlighted-code {
    direction: ltr !important;
}

.code {
    direction: ltr !important;
}

.syntax-highlighted-code-wrapper .syntax-highlighted-code {
    line-height: 22px;
    overflow-x: auto;
    padding: 4px;
    direction: ltr !important;
}

.chat-container {
    font-size: 24px!important;
    font-weight: 900!important;
    line-height: 35px !important;
}


.layout-navbar[_ngcontent-ng-c2081869160] {
    background-color: var(--color-surface-container-low);
    border-right: 1px solid var(--color-neutral-20);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden auto;
    padding: 0 2px 0 18px;
    scrollbar-gutter: stable;
    -webkit-transition: width .2s cubic-bezier(.4, 0, .2, 0), opacity .2s cubic-bezier(.4, 0, .2, 0), left .2s cubic-bezier(.4, 0, .2, 0);
    transition: width .2s cubic-bezier(.4, 0, .2, 0), opacity .2s cubic-bezier(.4, 0, .2, 0), left .2s cubic-bezier(.4, 0, .2, 0);
    width: 72px;
    z-index: 4;
}
}

Reviews

No reviews yet.