Commit aad39a7b authored by Jacob Schatz's avatar Jacob Schatz

Adds nicer style to no preview available.

parent fcda816b
......@@ -62,7 +62,7 @@ export default RepoBinaryViewer;
<img v-show="binaryTypes.svg" @error="errored" @load="loaded" :src="svgBlobWithDataURI" :alt="activeFile.name"/>
<div v-if="binaryTypes.markdown" v-html="activeFile.html"></div>
<div class="binary-unknown" v-if="binaryTypes.unknown">
<span>Binary Unloadable</span>
<span>Binary file. No preview available.</span>
</div>
</div>
</template>
......@@ -154,9 +154,7 @@
padding-top: 100px;
background: #FAFAFA;
height: 100%;
text-shadow: 0px 7px #DDDDDD, 0 9px #CCCCCC,0 11px #FFF, 0 13px #000;
font-size: 17px;
font-weight: 900;
span {
display: block;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment