update bravia profiles
This commit is contained in:
parent
973b43989d
commit
13e18ba442
48 changed files with 429 additions and 271 deletions
|
@ -467,7 +467,7 @@ h1 a:hover {
|
|||
transform: translateY(-100%);
|
||||
}
|
||||
|
||||
.libraryViewNav.headroom--unpinned {
|
||||
.libraryViewNav.headroom--unpinned:not(.headroomDisabled) {
|
||||
-webkit-transform: translateY(-200%);
|
||||
transform: translateY(-200%);
|
||||
}
|
||||
|
@ -501,6 +501,9 @@ h1 a:hover {
|
|||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
pre, textarea.pre {
|
||||
display: block;
|
||||
|
@ -534,6 +537,10 @@ pre, textarea.pre {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.forceHide {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Header
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue