Prefix user-agent-specific workaround classes with 'ua-'. #937
This commit is contained in:
parent
224714db0f
commit
261065058f
@ -1077,7 +1077,7 @@ span.hide-announcement {
|
|||||||
:root.fit-width .full-image {
|
:root.fit-width .full-image {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
:root.gecko.fit-width .full-image {
|
:root.ua-gecko.fit-width .full-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.fileThumb > .warning {
|
.fileThumb > .warning {
|
||||||
@ -1403,10 +1403,10 @@ input.field.tripped:not(:hover):not(:focus) {
|
|||||||
width: 304px;
|
width: 304px;
|
||||||
}
|
}
|
||||||
/* scrollable with scroll bar hidden; prevents scroll on space press */
|
/* scrollable with scroll bar hidden; prevents scroll on space press */
|
||||||
:root.blink #qr .captcha-container > div {
|
:root.ua-blink #qr .captcha-container > div {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
:root.blink #qr .captcha-container > div > div:first-of-type {
|
:root.ua-blink #qr .captcha-container > div > div:first-of-type {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
@ -1727,7 +1727,7 @@ a:only-of-type > .remove {
|
|||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
:root.webkit .textarea {
|
:root.ua-webkit .textarea {
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
}
|
}
|
||||||
#char-count {
|
#char-count {
|
||||||
|
|||||||
@ -194,7 +194,7 @@ Main =
|
|||||||
$('link[href*=mobile]', d.head)?.disabled = true
|
$('link[href*=mobile]', d.head)?.disabled = true
|
||||||
$.addClass doc, 'fourchan-x', 'seaweedchan'
|
$.addClass doc, 'fourchan-x', 'seaweedchan'
|
||||||
$.addClass doc, if g.VIEW is 'thread' then 'thread-view' else g.VIEW
|
$.addClass doc, if g.VIEW is 'thread' then 'thread-view' else g.VIEW
|
||||||
$.addClass doc, $.engine if $.engine
|
$.addClass doc, "ua-#{$.engine}", $.engine if $.engine
|
||||||
$.onExists doc, '.ad-cnt', (ad) -> $.onExists ad, 'img', -> $.addClass doc, 'ads-loaded'
|
$.onExists doc, '.ad-cnt', (ad) -> $.onExists ad, 'img', -> $.addClass doc, 'ads-loaded'
|
||||||
$.addClass doc, 'autohiding-scrollbar' if Conf['Autohiding Scrollbar']
|
$.addClass doc, 'autohiding-scrollbar' if Conf['Autohiding Scrollbar']
|
||||||
$.ready ->
|
$.ready ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user