A lot of changes and reducing the size of index.js
This should have general improvements, some things are half implemented, and still need some work, let me know if y'all see any bugs
This commit is contained in:
parent
21b520f10c
commit
618cbf6167
8 changed files with 221 additions and 137 deletions
|
@ -265,7 +265,7 @@ input {
|
|||
background-color: var(--message-bg-hover);
|
||||
color: var(--primary-text);
|
||||
height: .4in;
|
||||
width: 100%;
|
||||
width: 97.5%;
|
||||
}
|
||||
|
||||
div {
|
||||
|
@ -763,3 +763,14 @@ span {
|
|||
.servernoti {
|
||||
position: relative;
|
||||
}
|
||||
.tabbed-head{
|
||||
background: var(--textarea-bg);
|
||||
}
|
||||
.tabbed-content td{
|
||||
/* border-color: var(--textarea-bg); */
|
||||
/* border-width:1in; */
|
||||
border-inline: medium solid var(--textarea-bg);
|
||||
}
|
||||
.tabbed-head td button{
|
||||
min-width:1.5in;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue