Hide but leave the collapse button above link
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
42bd942619
commit
600b0e7ef8
1 changed files with 6 additions and 1 deletions
|
@ -312,7 +312,12 @@ kbd {
|
|||
/* Fallback for old collapse button.
|
||||
TODO: to be removed. Leaved here for retro compatibility */
|
||||
.collapse {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
margin: 0;
|
||||
z-index: 110;
|
||||
}
|
||||
&:after {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue