feat: not-hidden combination
This commit is contained in:
@@ -6,7 +6,7 @@ body {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.hiddenDiv {
|
||||
.hidden, .not- {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>__QuickLookTitle__</h1>
|
||||
|
||||
<div class="app __AppInfoHidden__">
|
||||
<div class="floatLeft icon"><img alt="App icon" src="data:image/png;base64,__AppIcon__"/></div>
|
||||
<div class="floatLeft info">
|
||||
@@ -22,6 +23,10 @@
|
||||
<br class="clear" />
|
||||
</div>
|
||||
|
||||
<div class="not-__AppInfoHidden__">
|
||||
Could not find any Info.plist
|
||||
</div>
|
||||
|
||||
<div class="__ArchiveHidden__">
|
||||
<h2>Archive Notes</h2>
|
||||
<pre>__ArchiveComment__</pre>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
let CLASS_HIDDEN = "hiddenDiv"
|
||||
let CLASS_HIDDEN = "hidden"
|
||||
let CLASS_VISIBLE = ""
|
||||
|
||||
struct PreviewGenerator {
|
||||
|
||||
Reference in New Issue
Block a user