aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 999b5afd..a380def1 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -318,6 +318,19 @@ div.checklist div {
display: flex;
}
+div.checklist-popup div {
+ justify-content: space-between;
+ margin: 5px 15px;
+ padding: 5px 0;
+ max-width: 200px;
+ display: flex;
+ align-items: center;
+}
+
+div.checklist-popup div div {
+ margin: 0;
+}
+
button.add {
background-color: transparent;
border: none;
@@ -332,9 +345,9 @@ div.disabled {
background-color: rgb(39, 39, 39);
position: absolute;
top: 0;
- left: 0;
- width: 100%;
- height: 100%;
+ left: 0;
+ width: 100%;
+ height: 100%;
}
.light-theme.popup,