1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Merge branch 'v2' of ksamuel-github:/Tygs/0bin into v2

This commit is contained in:
ksamuel
2020-08-14 15:09:04 +02:00
5 changed files with 99 additions and 39 deletions

View File

@ -244,14 +244,6 @@ pre {
overflow: visible;
}
.reader-wrapper {
color: #f2f2f2;
max-width: 800px;
width: 90%;
text-align: justify;
margin: auto;
margin-top: 20px;
}
/* Common css */
@ -490,7 +482,7 @@ nav ul li a:hover {
}
/* Responsive */
@media screen and (max-width: 840px) {
@media screen and (max-width: 1060px) {
.topnav a:not(:first-child) {
display: none;
}
@ -512,10 +504,60 @@ nav ul li a:hover {
font-size: 70%;
}
.reader-tools {
bottom: 30px;
}
}
@media screen and (max-width: 660px) {
.submenu {
display: none;
}
}
/* reader mode */
#readable-paste-content {
white-space: pre;
color: #f2f2f2;
max-width: 800px;
width: 90%;
text-align: justify;
margin: auto;
margin-top: 20px;
white-space: pre-wrap;
overflow: visible;
}
.reader-mode-bg {
background-color: #333;
}
.reader-book svg {
font-size: 26px;
}
.reader-tools {
color: #eee;
}
.reader-tools.min a{
font-size: 14px;
}
.reader-tools.max a{
font-size: 18px;
}
/* Admin */
.login-form {
width: 80%;
max-width: 500px;
margin: auto;
}
#password-field {
width: 80%;
}