Files
remove-youtube-suggestions/chrome/options.css
T
Lawrence Hook 44b8a00028 Fix chrome popup pageAction
Split files into firefox and chrome specific directories
2020-09-13 21:16:18 -04:00

20 lines
225 B
CSS

body {
width: 300px;
}
#button_container {
text-align: center;
}
#help-box {
text-align: left;
padding: 8px;
border-style: ridge;
border-color: gray;
margin: 4px 2px 1px 2px;
}
#help-header {
text-align: center;
}