mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-12 21:48:34 +03:00
new version
This commit is contained in:
@@ -5,7 +5,9 @@ body {
|
||||
#app {
|
||||
min-width: 45em;
|
||||
/* min-height: 175px; */
|
||||
margin: 15px;
|
||||
margin: 10px;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#icon {
|
||||
@@ -19,6 +21,17 @@ table.archive-results .row {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-width: 50em;
|
||||
max-width: 55em;
|
||||
min-height: 30px;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
/* .archive-results td {
|
||||
width: auto;
|
||||
}
|
||||
@@ -51,12 +64,15 @@ table td {
|
||||
width: auto;
|
||||
display: inline;
|
||||
margin-left: 10px;
|
||||
padding:0px;
|
||||
height: initial;
|
||||
|
||||
}
|
||||
|
||||
.form-guide {
|
||||
font-size: 1rem;
|
||||
color: #9e9e9e;
|
||||
margin-right: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.switch label {
|
||||
|
||||
Reference in New Issue
Block a user