reduce .mes top-margin on flat chat

This commit is contained in:
RossAscends 2024-04-19 17:35:08 +09:00
parent 794786da43
commit 39b305621e
1 changed files with 6 additions and 3 deletions

View File

@ -157,6 +157,7 @@ body {
border-top: 20px solid transparent;
min-height: 40px;
}
::-webkit-scrollbar-thumb:horizontal {
background-color: var(--grey7070a);
box-shadow: inset 0 0 0 1px var(--black50a);
@ -799,7 +800,7 @@ body .panelControlBar {
.mes {
display: flex;
align-items: flex-start;
padding: 20px 10px 0 10px;
padding: 10px 10px 0 10px;
margin-top: 0;
width: 100%;
color: var(--SmartThemeBodyColor);
@ -2240,7 +2241,8 @@ grammarly-extension {
margin-right: 25px;
}
#shadow_popup, .shadow_popup {
#shadow_popup,
.shadow_popup {
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
-webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
background-color: var(--black30a);
@ -2252,6 +2254,7 @@ grammarly-extension {
height: 100svh;
z-index: 9999;
top: 0;
&.shadow_popup {
z-index: 9998;
}
@ -4010,4 +4013,4 @@ body:not(.movingUI) .drawer-content.maximized {
height: 100vh;
z-index: 9999;
}
}
}