mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 01:01:32 -04:00
[#181] a few cosmetic touch ups, todo update
This commit is contained in:
parent
f1008cff56
commit
d0e8863555
8 changed files with 36 additions and 24 deletions
|
@ -25,12 +25,12 @@ label[for="output-text"] {
|
|||
|
||||
#input .cm-scroller,
|
||||
#output .cm-scroller {
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#input .cm-scroller:hover,
|
||||
#output .cm-scroller:hover {
|
||||
cursor: pointer;
|
||||
cursor: initial;
|
||||
}
|
||||
|
||||
#output-text.html-output .cm-content,
|
||||
|
@ -79,7 +79,6 @@ label[for="output-text"] {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
width: 100%;
|
||||
min-width: 120px;
|
||||
float: left;
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
border-right: 1px solid var(--primary-border-colour);
|
||||
height: var(--tab-height);
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
* Operations - Categories list
|
||||
*/
|
||||
|
||||
#categories {
|
||||
border-top: 1px solid var(--primary-border-colour);
|
||||
}
|
||||
|
||||
.category-title {
|
||||
display: flex;
|
||||
|
|
|
@ -7,3 +7,4 @@
|
|||
padding-right: 10px;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue