i2psnark: Unstick the navbar (ticket #1996)

This commit is contained in:
zzz
2018-06-21 12:31:22 +00:00
parent 7ddeb0c945
commit 07f7f2be50
6 changed files with 0 additions and 18 deletions

View File

@@ -87,9 +87,6 @@ body.iframed {
background: #eff2ff !important;
background: linear-gradient(to bottom, #fff, #eff2ff) !important;
box-shadow: 0 0 1px #fff, inset 0 0 0 1px #fff;
position: sticky;
top: -1px;
z-index: 999;
}
.iframed .snarknavbar {

View File

@@ -99,9 +99,6 @@ body, input, select, .snarkCommentInfo textarea, textarea[name="i2cpOpts"] {
.snarknavbar {
min-width: 888px;
z-index: 999;
position: sticky;
top: -1px;
margin: 0 0 -6px !important;
padding: 9px 0 8px;
text-align: center;

View File

@@ -113,9 +113,6 @@ button::-moz-focus-inner, input::-moz-focus-inner {
width: calc(100% - 22px);
text-align: center;
background: linear-gradient(to bottom, #fafaff 50%, #eef 51%, #eef 100%);
position: sticky;
top: -1px;
z-index: 999;
}
.iframed .snarknavbar {

View File

@@ -85,9 +85,6 @@ body.iframed {
border: 1px solid #443da0;
border-radius: 2px 2px 0 0;
background: linear-gradient(to bottom, #121225 0%, #121225 50%, #000011 50%, #00000d 50%, #00000d 100%);
position: sticky;
top: -1px;
z-index: 999;
}
.iframed .snarknavbar {

View File

@@ -89,9 +89,6 @@ body {
min-width: 600px;
width: 70%;
text-align: center;
position: sticky;
top: -2px;
z-index: 999;
transition: ease width 0.5s 0.5s;
}

View File

@@ -133,9 +133,6 @@ th a:active, th a:visited:active, td a:active, td a:visited:active {
.snarknavbar {
margin: -11px 0 10px 0 !important;
padding: 13px 10px 12px;
position: sticky;
top: -2px;
z-index: 999;
min-width: 900px;
width: 70%;
border: 1px solid #2f1b0c;