don't look like shit on mobile
This commit is contained in:
parent
d3daf19ad1
commit
7e16a0cb5c
1 changed files with 7 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ body > .nojs {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background-color: var(--c-bg);
|
background-color: var(--c-bg);
|
||||||
color: var(--c-title);
|
color: var(--c-title);
|
||||||
position: absolute;
|
position: fixed;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
font-family: mono;
|
font-family: mono;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -29,16 +29,18 @@ body > .nojs {
|
||||||
}
|
}
|
||||||
|
|
||||||
.credit {
|
.credit {
|
||||||
bottom: 0;
|
top: calc(100vh - 1.5em);
|
||||||
|
/*bottom: 0;*/
|
||||||
right: 64px;
|
right: 64px;
|
||||||
color: var(--c-fg)
|
color: var(--c-fg)
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
overflow: auto;
|
overflow: hidden auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-left: 16px
|
padding: 0 16px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
t {
|
t {
|
||||||
|
|
@ -72,8 +74,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-top: 0;
|
margin: 0 0 0 -16px;
|
||||||
margin-left: -16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue