This website works better with JavaScript.
Explore
Help
Sign In
nick
/
tabi-test
Watch
1
Star
0
Fork
You've already forked tabi-test
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
💄
style: hide navigation buttons on print view
Browse Source
main
welpo
1 year ago
parent
381f41dd0d
commit
e20e1c467c
No known key found for this signature in database
GPG Key ID:
A2F978CF4EC1F5A6
1 changed files
with
6 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
6
sass/parts/_quick_navigation_buttons.scss
Unescape
Escape
View File
@ -118,3 +118,9 @@
display
:
none
!important
;
display
:
none
!important
;
}
}
}
}
@media
print
{
#
button-container
{
display
:
none
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
nick/tabi-test
Title
Body
Create Issue