mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-04 23:39:59 +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",
|
||||
"description": "save what you love",
|
||||
"version": "7.3",
|
||||
"version": "7.3.1",
|
||||
"author": "wukko",
|
||||
"exports": "./src/cobalt.js",
|
||||
"type": "module",
|
||||
|
|
|
@ -496,7 +496,7 @@ button:active,
|
|||
padding-top: 0!important;
|
||||
}
|
||||
.desc-padding {
|
||||
padding-bottom: 1.5rem;
|
||||
padding-bottom: 0.7rem;
|
||||
}
|
||||
#popup-subtitle {
|
||||
font-size: 1.1rem;
|
||||
|
@ -512,6 +512,9 @@ button:active,
|
|||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
#desc-error {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
#popup-title {
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.2em;
|
||||
|
@ -533,12 +536,12 @@ button:active,
|
|||
.popup-content-inner,
|
||||
.tab-content-settings,
|
||||
#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);
|
||||
}
|
||||
.tab-content-settings,
|
||||
#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 {
|
||||
padding-left: 0.58rem;
|
||||
|
@ -550,7 +553,7 @@ button:active,
|
|||
width: 100%;
|
||||
}
|
||||
.settings-category {
|
||||
padding-bottom: 1rem;
|
||||
padding-bottom: 0.7rem;
|
||||
}
|
||||
.separator {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue