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;
|
||||
background-color: var(--c-bg);
|
||||
color: var(--c-title);
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
padding: 0 4px;
|
||||
font-family: mono;
|
||||
font-weight: bold;
|
||||
|
|
@ -29,16 +29,18 @@ body > .nojs {
|
|||
}
|
||||
|
||||
.credit {
|
||||
bottom: 0;
|
||||
top: calc(100vh - 1.5em);
|
||||
/*bottom: 0;*/
|
||||
right: 64px;
|
||||
color: var(--c-fg)
|
||||
}
|
||||
|
||||
main {
|
||||
overflow: auto;
|
||||
overflow: hidden auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-left: 16px
|
||||
padding: 0 16px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
t {
|
||||
|
|
@ -72,8 +74,7 @@ a:hover {
|
|||
}
|
||||
|
||||
ul {
|
||||
margin-top: 0;
|
||||
margin-left: -16px;
|
||||
margin: 0 0 0 -16px;
|
||||
}
|
||||
|
||||
li {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue