mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-12 21:48:34 +03:00
first MVP
This commit is contained in:
33
source/css/popup.css
Normal file
33
source/css/popup.css
Normal file
@@ -0,0 +1,33 @@
|
||||
body {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
#app {
|
||||
min-width: 40em;
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
#icon {
|
||||
max-height: 26px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#archiveResults .row{
|
||||
/* table-layout: fixed; */
|
||||
width:90%;
|
||||
max-width:100px;
|
||||
}
|
||||
|
||||
/* #archiveResults td {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#archiveResults td:nth-child(2) {
|
||||
width: 150px;
|
||||
} */
|
||||
|
||||
table td {
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
padding: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user