css cleanup
This commit is contained in:
parent
e1573ca619
commit
302341bb99
1 changed files with 1 additions and 2 deletions
|
@ -769,8 +769,6 @@ textarea:focus-visible,
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/* aspect-ratio: 1 /20; */
|
/* aspect-ratio: 1 /20; */
|
||||||
}
|
}
|
||||||
.messageimgdiv{
|
|
||||||
}
|
|
||||||
.embedimg {
|
.embedimg {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
@ -887,6 +885,7 @@ select{
|
||||||
border-color:var(--timestamp-color);
|
border-color:var(--timestamp-color);
|
||||||
margin: .02in .05in;
|
margin: .02in .05in;
|
||||||
box-shadow: 0px 0px .03in var(--black);
|
box-shadow: 0px 0px .03in var(--black);
|
||||||
|
appearance: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
#logindiv {
|
#logindiv {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue