add russian translation, translate share strings, add share to

vkontakte and update styles to account for longer texts
This commit is contained in:
Georg Fischer
2016-01-13 14:32:49 +01:00
parent eda5d0b20f
commit 3ec6a6b64e
16 changed files with 346 additions and 96 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.about-content {
max-width: 300px;
max-height: calc(100vh - 270px);
max-height: calc(100vh - 355px);
overflow: auto;
padding-bottom: 15px;
}
+7 -2
View File
@@ -52,7 +52,7 @@
display: block;
float: left;
width: 100%;
max-width: 60px;
max-width: 70px;
height: 100%;
font-size: 11px;
margin-right: 10px;
@@ -72,7 +72,7 @@
width: 100%;
height: 100%;
min-height: 10px;
max-width: calc(100% - 105px);
max-width: calc(100% - 115px);
background-color: transparent;
margin-top: 0;
margin-bottom: 0;
@@ -96,6 +96,11 @@
.controls .random-button {
display: none;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
max-width: 90px;
white-space: nowrap;
}
/*two columns*/
+1 -1
View File
@@ -282,7 +282,7 @@
margin-left: 15px;
}
.has-touch .share-dialog.is-active {
.share-dialog.is-active {
max-height: calc(100vh - 270px);
overflow: auto;
}
+1 -1
View File
@@ -124,7 +124,7 @@
}
.nav-headline {
height: 50px;
/*height: 50px;*/
line-height: 50px;
color: #fff;
font-weight: normal;