do some css for dms
This commit is contained in:
parent
02bdab0ff2
commit
0da3943b59
1 changed files with 9 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue