do some css for dms
This commit is contained in:
@@ -701,10 +701,17 @@ textarea:focus-visible,
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
width: 100%;
|
width: calc(100% - .07in);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
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 {
|
.channeleffects:hover {
|
||||||
background-color: var(--channel-hover);
|
background-color: var(--channel-hover);
|
||||||
|
Reference in New Issue
Block a user