Deep Bot - Twitch Streamer Assistant
Deep Bot => Bug Reports => Topic started by: menthur on March 17, 2014, 02:15:18 AM
-
Every time I close OBS and restart again, I have to manually setup the browser URL in the CLR Browser Configuration tab again.
The URL, the dimensions and the custom CSS doesn't get saved.
It was working like a charm before, so obviously the recent update broke it.
Please fix!
-
Sorry - but are you talking about DeepBot or OBS not saving?
I do not control/code OBS and the CLR Browser plugin, so DeepBot updates can't break that feature.
A viewer did report that using double quotes in CSS ("") prevents OBS from saving correctly for some users. The workaround would be to use single quotes instead.
-
that fixed it. thank you
-
Expert or Menthur can you explain exact how i can fix that..
Every time i restart OBS the settings are lost :-[
In CSS i us follow text
#donor-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 800px;
height: 365px;
background-repeat: no-repeat;
background-image: url("http://db.deep.sg/ChequeEUR.png") !important;
}
#donor-notification .date {
margin-right: 40px;
padding-top: 43px;
text-align: right;
line-height: 20px;
vertical-align: top;
font-size: 20px;
font-family: Algerian;
text-shadow: 2px 2px 1px #000;
color: white;
}
#donor-notification .streamname {
margin-left: 34px;
padding-top: 28px;
text-align: left;
line-height: 26px;
vertical-align: top;
font-size: 24px;
font-family: Algerian;
text-shadow: 2px 2px 1px #FFF;
color: black;
}
#donor-notification .message {
margin-left: 38px;
float: left;
padding-top: 9px;
width: 70%;
line-height: 40px;
text-align: left;
vertical-align: top;
font-size: 20px;
font-family: Verdana;
color: black;
}
#donor-notification .amount {
float: right;
width: 21%;
padding-top: 17px;
text-align: left;
line-height: 26px;
vertical-align: top;
font-size: 30px;
font-family: Algerian;
text-shadow: 2px 2px 1px #fff;
color: black;
}
#donor-notification .donor {
margin-left: 520px;
padding-top: 147px;
text-align: left;
line-height: 28px;
vertical-align: middle;
font-size: 28px;
-
Try replacing all " with '
Sent from my SM-N9005 using Tapatalk