mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
7.3.1: padding fixes
This commit is contained in:
parent
0cfdf15cfa
commit
941683c96b
2 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "cobalt",
|
"name": "cobalt",
|
||||||
"description": "save what you love",
|
"description": "save what you love",
|
||||||
"version": "7.3",
|
"version": "7.3.1",
|
||||||
"author": "wukko",
|
"author": "wukko",
|
||||||
"exports": "./src/cobalt.js",
|
"exports": "./src/cobalt.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -496,7 +496,7 @@ button:active,
|
||||||
padding-top: 0!important;
|
padding-top: 0!important;
|
||||||
}
|
}
|
||||||
.desc-padding {
|
.desc-padding {
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 0.7rem;
|
||||||
}
|
}
|
||||||
#popup-subtitle {
|
#popup-subtitle {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
|
@ -512,6 +512,9 @@ button:active,
|
||||||
user-select: text;
|
user-select: text;
|
||||||
-webkit-user-select: text;
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
|
#desc-error {
|
||||||
|
padding-bottom: 1.5rem;
|
||||||
|
}
|
||||||
#popup-title {
|
#popup-title {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
|
@ -533,12 +536,12 @@ button:active,
|
||||||
.popup-content-inner,
|
.popup-content-inner,
|
||||||
.tab-content-settings,
|
.tab-content-settings,
|
||||||
#picker-holder {
|
#picker-holder {
|
||||||
padding-top: calc(env(safe-area-inset-top)/2 + 4.9rem);
|
padding-top: calc(env(safe-area-inset-top)/2 + 4.7rem);
|
||||||
padding-bottom: calc(env(safe-area-inset-bottom)/2 + 4.8rem);
|
padding-bottom: calc(env(safe-area-inset-bottom)/2 + 4.8rem);
|
||||||
}
|
}
|
||||||
.tab-content-settings,
|
.tab-content-settings,
|
||||||
#tab-about-about .popup-content-inner {
|
#tab-about-about .popup-content-inner {
|
||||||
padding-top: calc(env(safe-area-inset-top)/2 + 6.2rem);;
|
padding-top: calc(env(safe-area-inset-top)/2 + 6rem);;
|
||||||
}
|
}
|
||||||
.bullpadding {
|
.bullpadding {
|
||||||
padding-left: 0.58rem;
|
padding-left: 0.58rem;
|
||||||
|
@ -550,7 +553,7 @@ button:active,
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.settings-category {
|
.settings-category {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 0.7rem;
|
||||||
}
|
}
|
||||||
.separator {
|
.separator {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in a new issue