This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
lunk/chrome-extension/popup/stylesheets/style.css

10 lines
113 B
CSS
Raw Permalink Normal View History

2021-06-11 00:47:16 +02:00
body {
width: 300px;
}
.setting {
display: flex;
justify-content: space-between;
align-items: center;
}