Banner changing and title editing
from Appchan X
This commit is contained in:
parent
faa8ee63b0
commit
7f52115b38
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.2.30 - 2013-08-15
|
* 4chan X - Version 1.2.30 - 2013-08-16
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -57,6 +57,10 @@ Config =
|
|||||||
true
|
true
|
||||||
'Show dice that were entered into the email field.'
|
'Show dice that were entered into the email field.'
|
||||||
]
|
]
|
||||||
|
'Custom Board Titles': [
|
||||||
|
true
|
||||||
|
'Allow editing of the board titles'
|
||||||
|
]
|
||||||
'Show Updated Notifications': [
|
'Show Updated Notifications': [
|
||||||
true
|
true
|
||||||
'Show notifications when 4chan X is successfully updated.'
|
'Show notifications when 4chan X is successfully updated.'
|
||||||
|
|||||||
@ -143,6 +143,7 @@ Main =
|
|||||||
'Index Navigation': Nav
|
'Index Navigation': Nav
|
||||||
'Keybinds': Keybinds
|
'Keybinds': Keybinds
|
||||||
'Show Dice Roll': Dice
|
'Show Dice Roll': Dice
|
||||||
|
'Banner': Banner
|
||||||
|
|
||||||
# c.timeEnd 'All initializations'
|
# c.timeEnd 'All initializations'
|
||||||
|
|
||||||
|
|||||||
@ -1021,6 +1021,12 @@ a:only-of-type > .remove {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
/* Custom Board Titles */
|
||||||
|
.boardTitle[contenteditable="true"],
|
||||||
|
.boardSubtitle[contenteditable="true"] {
|
||||||
|
cursor: text !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Link Title Favicons */
|
/* Link Title Favicons */
|
||||||
.linkify.YouTube {
|
.linkify.YouTube {
|
||||||
background: transparent url('data:image/png;base64,<%= grunt.file.read("src/General/img/links/youtube.png", {encoding: "base64"}) %>') center left no-repeat!important;
|
background: transparent url('data:image/png;base64,<%= grunt.file.read("src/General/img/links/youtube.png", {encoding: "base64"}) %>') center left no-repeat!important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user