mirror of
https://github.com/gchq/CyberChef
synced 2026-01-01 08:03:30 +00:00
Fixed input and output cards
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
color: var(--primary-font-colour);
|
||||
line-height: 30px;
|
||||
background-color: var(--primary-background-colour);
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
@@ -63,7 +64,7 @@
|
||||
.card-body .close {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
@@ -77,7 +78,7 @@
|
||||
}
|
||||
|
||||
.card-body>.btn {
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user