tweak opacity for notes

This commit is contained in:
r888888888
2015-01-30 13:33:44 -08:00
parent 838ee5bbd8
commit 4aed38c62d

View File

@@ -6,7 +6,7 @@ Danbooru.Note = {
var opacity = 0; var opacity = 0;
if (Danbooru.Note.embed) { if (Danbooru.Note.embed) {
opacity = 0.9 opacity = 0.95
} else { } else {
opacity = 0.5 opacity = 0.5
} }
@@ -383,7 +383,7 @@ Danbooru.Note = {
$(".note-box").draggable("enable"); $(".note-box").draggable("enable");
if (Danbooru.Note.embed) { if (Danbooru.Note.embed) {
$(".note-box").css("opacity", "0.9"); $(".note-box").css("opacity", "0.95");
} }
}); });