do some css for dms

This commit is contained in:
MathMan05 2024-08-11 16:09:04 -05:00
parent 02bdab0ff2
commit 0da3943b59

View file

@ -701,10 +701,17 @@ textarea:focus-visible,
user-select: none;
flex-direction: row;
align-self: stretch;
width: 100%;
width: calc(100% - .07in);
display: flex;
align-items: center;
padding: .025in .0in;
border-radius: .03in;
padding: .04in;
box-sizing: border-box;
margin-top: .03in;
margin-left: .05in;
margin-right: .02in;
box-shadow: color-mix(in srgb, var(--black), transparent 50%) 0 0 .03in;
transition: background-color .2s;
}
.channeleffects:hover {
background-color: var(--channel-hover);