add russian translation, translate share strings, add share to
vkontakte and update styles to account for longer texts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.about-content {
|
||||
max-width: 300px;
|
||||
max-height: calc(100vh - 270px);
|
||||
max-height: calc(100vh - 355px);
|
||||
overflow: auto;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
@@ -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*/
|
||||
|
||||
@@ -282,7 +282,7 @@
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.has-touch .share-dialog.is-active {
|
||||
.share-dialog.is-active {
|
||||
max-height: calc(100vh - 270px);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
}
|
||||
|
||||
.nav-headline {
|
||||
height: 50px;
|
||||
/*height: 50px;*/
|
||||
line-height: 50px;
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user