mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-12-29 16:17:52 +01:00
layout tweaks
This commit is contained in:
parent
0826601fae
commit
097ad33477
@ -38,9 +38,6 @@ html.fullscreen {
|
|||||||
font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1, 'pnum' 1, 'tnum' 0,
|
font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1, 'pnum' 1, 'tnum' 0,
|
||||||
'onum' 0, 'lnum' 0, 'dlig' 1;
|
'onum' 0, 'lnum' 0, 'dlig' 1;
|
||||||
color: #303030;
|
color: #303030;
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: center;
|
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
@ -69,7 +66,7 @@ a h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
padding: 5% 7%;
|
padding: 10% 7% 5% 7%;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
transition: .15s ease-out;
|
transition: .15s ease-out;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -78,19 +75,7 @@ a h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.darwin .app {
|
.darwin .app {
|
||||||
margin-top: 35px;
|
padding-top: calc(35px + 10%);
|
||||||
}
|
|
||||||
|
|
||||||
.app > div,
|
|
||||||
.app > div > div {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app > div > div {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullscreen.darwin .app {
|
.fullscreen.darwin .app {
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.ticker {
|
.ticker {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
margin-bottom: 4rem;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
.main {
|
.main {
|
||||||
margin-top: 7vh;
|
|
||||||
min-height: 222px;
|
min-height: 222px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 7vh;
|
|
||||||
padding-bottom: 4rem;
|
padding-bottom: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preferences__title {
|
.preferences__title {
|
||||||
|
width: 100%;
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
margin-top: -1rem;
|
margin-top: -1rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
@ -16,7 +16,7 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1.5rem;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
color: #8b98a9;
|
color: #8b98a9;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user