bug fix
This commit is contained in:
@@ -474,12 +474,19 @@ input[type="email"],input[type="password"]{
|
||||
margin-right: 11px;
|
||||
}
|
||||
#zoomnav, #pagenav {
|
||||
width: 48%;
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.firstpage{
|
||||
margin-right: 15px!important;
|
||||
}
|
||||
#an_text_block {
|
||||
font-size: 1em;
|
||||
line-height: 23px;
|
||||
}
|
||||
#zoomnav div, #pagenav div {
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 560px) {
|
||||
@@ -583,9 +590,6 @@ input[type="email"],input[type="password"]{
|
||||
#menu_category ul li, #menu_category ul li.active {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
#zoomnav div, #pagenav div {
|
||||
margin-right: 8px;
|
||||
}
|
||||
#stuff-bar {
|
||||
font-size: 1em;
|
||||
}
|
||||
@@ -607,9 +611,6 @@ input[type="email"],input[type="password"]{
|
||||
padding: 6px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
#zoomnav div, #pagenav div {
|
||||
margin-right: 5px;
|
||||
}
|
||||
#stuff-bar {
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<script src="/pub/scripts/pdf.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script>
|
||||
<script src="/pub/scripts/klanviewer.js?ver=34"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=210">
|
||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=211">
|
||||
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
||||
@@ -67,6 +67,9 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
||||
<a href="<?=SITE?>mybooks">Моя библиотека</a>
|
||||
</li>
|
||||
<?if (isset($author) and $author !== ''):?>
|
||||
<li>
|
||||
<i style="float:left" class="fas fa-arrow-right"></i>
|
||||
</li>
|
||||
<li class="header-div">
|
||||
<?=$author?>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user