Skip to content

Commit

Permalink
singlepane update
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneethsnair1 authored and SteveSamJacob19 committed Nov 14, 2024
1 parent 891d199 commit 0f6d9ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
16 changes: 0 additions & 16 deletions src/main/content/_assets/css/guide-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,29 +512,13 @@
#guide_content .code_command > .code_block_wrapper:before {
display: none;
}

.view_code{
display: block;
}

.code_command pre{
cursor:text;
}
}

@media (min-width: 1170px) {
#background_container {
background-image: inherit;
margin-bottom: 0;
}

.view_code{
display: none;
}

.code_command pre{
cursor:pointer;
}
}

@media (min-width: 1440px) {
Expand Down
9 changes: 0 additions & 9 deletions src/main/content/_assets/css/guide-multipane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,6 @@ body {
}
}

@media (max-width: 1169.98px){
.copyFileButton{
right: 40px;
&:hover {
right: 39px;
}
}
}

.CodeRay .line-numbers {
display: inline-block;
visibility: hidden;
Expand Down
1 change: 0 additions & 1 deletion src/main/content/_assets/js/guide-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ $(document).ready(function () {
});

$(window).on("resize", function () {
(inSingleColumnView()) ? $(".code_command").removeClass("hotspot") : $(".code_command").addClass("hotspot");
if (!inSingleColumnView()){
$("#code_column").css("top", "0px");
}
Expand Down

0 comments on commit 0f6d9ad

Please sign in to comment.