hotfix xd
This commit is contained in:
parent
522d4903ba
commit
3aa14e4bfb
|
@ -646,7 +646,7 @@ html[theme='f0ck95'] {
|
||||||
--scroller-bg: #424242;
|
--scroller-bg: #424242;
|
||||||
--footbar-color: #000;
|
--footbar-color: #000;
|
||||||
--loading-indicator-color: #000;
|
--loading-indicator-color: #000;
|
||||||
--img-border-width: 2px;
|
--img-border-width: 0;
|
||||||
--img-border-color: #808080;
|
--img-border-color: #808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -832,6 +832,11 @@ html[theme="f0ck95"] input {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[theme="f0ck95"] .embed-responsive-image {
|
||||||
|
left: 2px;
|
||||||
|
right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
/* f0ck95dARK */
|
/* f0ck95dARK */
|
||||||
html[theme='f0ck95d'] {
|
html[theme='f0ck95d'] {
|
||||||
--accent: #fff;
|
--accent: #fff;
|
||||||
|
@ -869,7 +874,7 @@ html[theme='f0ck95d'] {
|
||||||
--scroller-bg: #424242;
|
--scroller-bg: #424242;
|
||||||
--footbar-color: #fff;
|
--footbar-color: #fff;
|
||||||
--loading-indicator-color: #fff;
|
--loading-indicator-color: #fff;
|
||||||
--img-border-width: 2px;
|
--img-border-width: 0;
|
||||||
--img-border-color: #808080;
|
--img-border-color: #808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -895,6 +900,11 @@ html[theme="f0ck95d"] .container {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[theme="f0ck95d"] .embed-responsive-image {
|
||||||
|
left: 2px;
|
||||||
|
right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
html[theme="f0ck95d"] .media-object {
|
html[theme="f0ck95d"] .media-object {
|
||||||
border-left: inset 2px silver;
|
border-left: inset 2px silver;
|
||||||
border-right: outset 2px silver;
|
border-right: outset 2px silver;
|
||||||
|
@ -1705,8 +1715,8 @@ span.placeholder {
|
||||||
.embed-responsive-image {
|
.embed-responsive-image {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 2px;
|
left: 0;
|
||||||
right: 2px;
|
right: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user