Skip to content

Commit

Permalink
Fixes for 1.0.77.338.g758ebd78
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianValente committed Apr 6, 2018
1 parent df2a76e commit f712dda
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 0 deletions.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified Screenshots/1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions browse/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/** Move the "Hide Announcements" button a little bit to the bottom **/

.hpto-button {
top: 72px;
}

/** Remove Announcement top margin to draw below top bar **/

.hpto-container {
margin-top: 0;
}

/** Add padding to the Announcement content **/

.ne-container {
padding-top: 73px;
}

/** Remove top bar background **/

.hpto-top-bar {
background: transparent;
}
5 changes: 5 additions & 0 deletions glue.css
Original file line number Diff line number Diff line change
Expand Up @@ -869,5 +869,10 @@ th[data-sort]:hover {
color: white;
}

/** Draw the header background with the page navbar **/

.navbar.sticky-top {
padding-top: 48px;
transform: translateY(-48px);
}

31 changes: 31 additions & 0 deletions zlink/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,3 +426,34 @@ iframe {
.now-playing-large {
border-top: none;
}

/** Left Sidebar **/

.sidebar {
background-color: #fafafa;
}


/** Header **/

#header.content-top-bar {
background: linear-gradient(to bottom, rgba(255, 255, 255, .5), transparent);
}

/** Add header padding **/

.scrollbar-style-when-scrolling-mac .content-top-bar {
padding-right: 16px;
}

/** Remove header margin **/

.content-top-bar {
right: 0;
}

/** Add padding to "Announcement" (ad) in Browse **/

.ne-container {
padding-top: 80px;
}

0 comments on commit f712dda

Please sign in to comment.