mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-06-07 11:02:23 +00:00
update pinned style
This commit is contained in:
@@ -306,15 +306,16 @@ body {
|
||||
}
|
||||
.pinnedMessages {
|
||||
position: absolute;
|
||||
background: var(--secondary-bg);
|
||||
background: color-mix(in srgb, var(--primary-bg) 20%, var(--secondary-bg));
|
||||
width: 3.5in;
|
||||
padding: 8px;
|
||||
border-radius: 6px;
|
||||
box-shadow: 1px 3px 10px var(--shadow);
|
||||
box-shadow: 1px 2px 20px var(--shadow);
|
||||
max-height: 60vh;
|
||||
overflow-y: auto;
|
||||
min-height: 1in;
|
||||
z-index: 2;
|
||||
/* border: solid 2px #00000061; */
|
||||
|
||||
b {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user