mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
fix: popover selection wrongly including line breaks
This commit is contained in:
parent
887d4d4f5e
commit
12ed9722d8
2 changed files with 9 additions and 1 deletions
|
@ -505,9 +505,17 @@ header {
|
|||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.2s ease, transform 0.2s ease;
|
||||
transition-delay: 0.3s;
|
||||
transition-delay: 0.1s;
|
||||
user-select: none;
|
||||
|
||||
& > * {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.visible > * {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
display: none;
|
||||
}
|
||||
|
|
BIN
static/icon.png
BIN
static/icon.png
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 17 KiB |
Loading…
Reference in a new issue