Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PhieF/CarnetElectron.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'settings.html')
-rw-r--r--settings.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings.html b/settings.html
index ad895c9..1446acf 100644
--- a/settings.html
+++ b/settings.html
@@ -65,13 +65,14 @@
margin-left: calc(50% - 200px);
width: 400px;
}
+
.theme-selector {
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px rgba(128, 128, 128, 0.2) solid;
-
+ cursor: pointer;
}
.theme-selector .mdl-radio {
@@ -88,7 +89,7 @@
margin-top: 20px;
overflow-y: auto;
margin-bottom: 20px;
- max-height: 100%;
+ max-height: calc(100% - 70px);
}