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:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user