Files
auto-archiver-extension/source/content.css
Miguel Sozinho Ramalho 6f76e64973 Initial commit
2023-01-22 11:37:36 +00:00

9 lines
113 B
CSS

#text-notice {
position: fixed;
top: 10px;
left: 10px;
padding: 10px;
background: #fff;
z-index: 999999;
}