37 lines
555 B
CSS
37 lines
555 B
CSS
.setting-item.extra > .setting-item-info {
|
|
opacity: 0.65;
|
|
}
|
|
|
|
a[href="https://ko-fi.com/phibr0"] > img
|
|
{
|
|
height: 3em;
|
|
}
|
|
|
|
a[href="https://ko-fi.com/phibr0"]
|
|
{
|
|
transform: translate(0, 5%);
|
|
}
|
|
|
|
.dictionaryprefixsuffix .setting-item-control input {
|
|
margin-left: 0.5rem;
|
|
}
|
|
|
|
.dictionarytextarea .setting-item-control textarea {
|
|
height: 15em;
|
|
width: 100%;
|
|
resize: vertical;
|
|
}
|
|
|
|
.dictionarycenter {
|
|
text-align: center;
|
|
}
|
|
|
|
.dictionarybuttons {
|
|
display: flex;
|
|
place-content: center;
|
|
}
|
|
|
|
.dictionary-view-content {
|
|
overflow-y: hidden !important;
|
|
}
|