Georg Fischer 3ec6a6b64e add russian translation, translate share strings, add share to
vkontakte and update styles to account for longer texts
2016-01-13 14:32:49 +01:00

35 lines
461 B
CSS

.about-content {
max-width: 300px;
max-height: calc(100vh - 355px);
overflow: auto;
padding-bottom: 15px;
}
.about-content .text {
opacity: 1;
margin-top: 0;
margin-bottom: 0;
width: 100%;
}
.abount-content .description {
}
.has-touch .about-content {
max-height: calc(100vh - 290px);
}
/*.about-content p {
font-size: 13px;
line-height: 22px;
}
.about-content p + p {
margin-top: 10px;
}*/
.about-dialog .dialog-item {
padding-bottom: 0;
}