diff --git a/Web/Presenters/templates/@layout.latte b/Web/Presenters/templates/@layout.latte index 57ea20c62..f4c4ab44b 100644 --- a/Web/Presenters/templates/@layout.latte +++ b/Web/Presenters/templates/@layout.latte @@ -204,30 +204,57 @@ {$thisUser->getCanonicalName()} {_my_page} - {_my_friends} + + {_my_friends} + {_mobile_friends} ({$thisUser->getRequestsCount()}) - {_my_photos} - {_my_videos} - {_my_audios} - {_my_messages} + + {_my_photos} + {_mobile_photos} + + + {_my_videos} + {_mobile_videos} + + + {_my_audios} + {_mobile_audios} + + + {_my_messages} + {_mobile_messages} ({$unreadMessagesCount}) - {_my_notes} - {_my_groups} - {_my_feed} - {_my_feedback} + + {_my_notes} + {_mobile_notes} + + + {_my_groups} + {_mobile_groups} + + + {_my_feed} + {_news} + + + {_my_feedback} + {_feedback} ({$notificationsCount}) - {_my_settings} + + {_my_settings} + {_mobile_settings} + {if $thisUser->getLeftMenuItemStatus('docs') || $thisUser->getLeftMenuItemStatus('apps')} @@ -283,7 +310,12 @@ + {_header_search} {_mobile_desktop_version} + {_invite} + {_menu_support} + {_points} + {_menu_logout} -

+

-

OpenVK {php echo OPENVK_VERSION} | PHP: {phpversion()} | DB: {$dbVersion}

-

+

+ diff --git a/Web/Presenters/templates/Apps/Play.latte b/Web/Presenters/templates/Apps/Play.latte index 99065406f..c268ddeb0 100644 --- a/Web/Presenters/templates/Apps/Play.latte +++ b/Web/Presenters/templates/Apps/Play.latte @@ -32,7 +32,7 @@ -
+

{_app_dev}: {$owner->getFullName()}

diff --git a/Web/Presenters/templates/Group/View.latte b/Web/Presenters/templates/Group/View.latte index 6f9234c5b..72e4cb81f 100644 --- a/Web/Presenters/templates/Group/View.latte +++ b/Web/Presenters/templates/Group/View.latte @@ -4,7 +4,7 @@ {* default variables *} {var $hasAvatar = $hasAvatar ?? false} -{block title}{$club->getName()}{/block} +{block title}{$club->getName()}{/block} {block headIncludes} {if !$club->isBanned()} @@ -24,7 +24,7 @@ {block header} {$club->getName()} - + {_information} - +
- + @@ -63,9 +63,9 @@
{_name_group}:{$club->getName()}{$club->getName()}
{_description}:
-
+
{var $followersCount = $club->getFollowersCount()} - +
{_participants}
@@ -86,12 +86,12 @@ {$follower->getFirstName()} {$follower->getLastName()} - +
-
+
{_discussions}
@@ -111,7 +111,7 @@
-
+
{_audios}
@@ -129,7 +129,7 @@
- + @@ -266,7 +266,7 @@ -
+
{_albums}
@@ -281,7 +281,7 @@
{var $cover = $album->getCoverPhoto()} - + @@ -294,7 +294,7 @@
-
+
{_discussions}
@@ -313,7 +313,7 @@
-
+
{_documents}
diff --git a/Web/Presenters/templates/User/Settings.latte b/Web/Presenters/templates/User/Settings.latte index 3466bd1e4..3d3f2571b 100644 --- a/Web/Presenters/templates/User/Settings.latte +++ b/Web/Presenters/templates/User/Settings.latte @@ -35,8 +35,8 @@ {_interface}
- -
+ +
{if $isMain}
@@ -80,7 +80,7 @@ - + @@ -111,7 +111,7 @@ - + @@ -121,7 +121,7 @@
{_bookmarks_tab} - • + • {_s_posts}

{_you_can_also} {_delete_your_page}. @@ -170,7 +170,7 @@ - + @@ -261,11 +261,11 @@ - + {elseif $isPrivacy}
- +
{_privacy_setting_access_page} @@ -427,18 +427,18 @@
- + - +
- + {elseif $isFinance} - +
{presenter "openvk!Support->knowledgeBaseArticle", "points"} @@ -463,13 +463,13 @@ {script "js/node_modules/textfit/textFit.min.js"} - + {elseif $isFinanceTU} - +

{_voucher_explanation} {_voucher_explanation_ex}

- @@ -499,13 +499,13 @@ -

- +
- + {elseif $isInterface} - +

{_ui_settings_interface}

@@ -592,11 +592,11 @@ @@ -615,7 +615,7 @@
- + - +
- +

{_ui_settings_timezone}

@@ -631,10 +631,10 @@ @@ -774,7 +774,7 @@
- + - {_save} + {_save}
- + @@ -798,7 +798,7 @@ @@ -809,5 +809,5 @@ {/if} {/if} - + {/block} diff --git a/Web/Presenters/templates/User/View.latte b/Web/Presenters/templates/User/View.latte index 170b9e515..e5243e851 100644 --- a/Web/Presenters/templates/User/View.latte +++ b/Web/Presenters/templates/User/View.latte @@ -4,7 +4,7 @@ {var $backdrops = $user->getBackDropPictureURLs()} {/if} -{block title}{$user->getCanonicalName()}{/block} +{block title}{$user->getCanonicalName()}{/block} {block headIncludes} {if $user->getPrivacyPermission('page.read', $thisUser ?? NULL)} @@ -22,7 +22,7 @@ - + - {else} + {else} {/if} {/block} @@ -44,7 +44,7 @@ src="/assets/packages/static/openvk/img/checkmark.png" /> ({_this_is_you}) - +
{if $user->isOnline()} @@ -65,18 +65,18 @@ {block content} {if !$user->isBanned()} - + {if !$user->getPrivacyPermission('page.read', $thisUser ?? NULL)}
{_forbidden}
{_forbidden_comment}
{else} - +
{var $hasAvatar = !str_contains($user->getAvatarUrl('miniscule'), "/assets/packages/static/openvk/img/camera_200.png")} - + {if $thisUser && $user->getId() == $thisUser->getId()}
@@ -109,7 +109,7 @@ {tr("login_as", $user->getFirstName())} {/if} - + {if $thisUser->getChandlerUser()->can("access")->model("admin")->whichBelongsTo(NULL)} {_manage_user_action} @@ -137,7 +137,7 @@ {/if} {/if} - + {_send_gift} {_send_message} @@ -184,12 +184,12 @@
{var $completeness = $user->getProfileCompletenessReport()} - +
{$completeness->total}%
- + {if isset($thisUser) && $user->getId() === $thisUser->getId() && sizeof($completeness->unfilled) > 0}
@@ -215,9 +215,9 @@ {/if}

-
-
+
{var $friendOnlineCount = $user->getFriendsOnlineCount()} - +
{_friends_online}
@@ -266,12 +266,12 @@ {$friend->getFirstName()} {$friend->getLastName()} - +
-
+
{_albums}
@@ -286,7 +286,7 @@
{var $cover = $album->getCoverPhoto()} - + @@ -299,7 +299,7 @@
-
+
{_videos}
@@ -325,7 +325,7 @@
-
+
{_notes}
@@ -336,7 +336,7 @@ {_all_title}
- +
  • @@ -353,7 +353,7 @@
-
+
{var $clubsCount = $user->getClubCount()}
{_groups} @@ -372,7 +372,7 @@
-
+
{var $meetingCount = $user->getMeetingCount()}
{_meetings} @@ -391,9 +391,9 @@
- + - +
{strpos($alert, "@") === 0 ? tr(substr($alert, 1)) : $alert}
@@ -433,7 +433,7 @@
- +
@@ -473,13 +473,13 @@
{_pronouns}:
-
+
{_information}
- + {capture $contactInfo_Tmp} - +
@@ -523,13 +523,13 @@
{_email}:
{/capture} {capture $uInfo_Tmp} - +
-
{_interests}: {var $interests = explode(", ", $user->getInterests())} - + {foreach $interests as $interest} {$interest}{if $interest != end($interests)},{/if} {/foreach} @@ -558,7 +558,7 @@
{_favorite_shows}: + {var $shows = explode(", ", $user->getFavoriteShows())} {foreach $shows as $show} @@ -616,7 +616,7 @@ -
+
{_audios}
@@ -635,7 +635,7 @@
-
+
{_gifts}
@@ -656,17 +656,17 @@ {$hideInfo ? tr('gift') : ($giftDescriptor->caption ?? tr('gift'))} - +
- + {presenter "openvk!Wall->wallEmbedded", $user->getId()} - + - + {/if} - + {else} {* isBanned() *} {include "banned.latte"} {/if} diff --git a/Web/Presenters/templates/Wall/Post.latte b/Web/Presenters/templates/Wall/Post.latte index 67234aeac..f2e7f5787 100644 --- a/Web/Presenters/templates/Wall/Post.latte +++ b/Web/Presenters/templates/Wall/Post.latte @@ -49,8 +49,10 @@ {_post} - {include "../components/post.latte", post => $post, forceNoCommentsLink => TRUE, forceNoDeleteLink => TRUE} -
+
+ {include "../components/post.latte", post => $post, forceNoCommentsLink => TRUE, forceNoDeleteLink => TRUE} +
+
{include "../components/comments.latte", @@ -69,7 +71,7 @@ {var $canReport = true} {/if} {/if} - + {_delete} {if !$timeOnly} {if $comment->canBeDeletedBy($thisUser)} - | + | {_delete} {/if} {if $comment->canBeEditedBy($thisUser)} - | + | {_edit} {/if} {if !$no_reply_button} - | + | {_reply} {/if} {if $thisUser->getId() != $author->getRealId()} - | + | {var $canReport = true} {_report} {/if} diff --git a/Web/Presenters/templates/components/post/microblogpost.latte b/Web/Presenters/templates/components/post/microblogpost.latte index 62a547ea3..857c39d24 100644 --- a/Web/Presenters/templates/components/post/microblogpost.latte +++ b/Web/Presenters/templates/components/post/microblogpost.latte @@ -20,7 +20,7 @@ {var $bigText = mb_strlen($post->getText()) > 520 || substr_count($post->getText(), "\n") + 1 > 10} - +
-
+
diff --git a/Web/static/css/main.css b/Web/static/css/main.css index f1a43c6a3..e0d3c963d 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -88,7 +88,12 @@ h1 { .page_header .mobile_title, #fast_notifications, #myPagePreview, -.navigation .link.fullsize { +.navigation .link.fullsize, +.navigation .link.search_link, +.navigation .link.invite_link, +.navigation .link.support_link, +.navigation .link.finances_link, +.navigation .link.logout { display: none; } @@ -190,6 +195,15 @@ h1 { border-top: 1px solid #CCCCCC; } +.navigation .link .mobile_v { + display: none; +} + +.navigation .link .pc_v { + display: inline-block; + padding: unset; +} + .navigation .link_soon { display: block; padding: 3px 3px 3px 6px; @@ -732,7 +746,7 @@ input[type="number"] { } #reg_checkbox { - margin-left: 100px; + margin-left: 100px; margin-right: 100px; text-align: center; } @@ -4554,4 +4568,4 @@ hr { .collapse_button { display: block; -} \ No newline at end of file +} diff --git a/Web/static/css/mobile.css b/Web/static/css/mobile.css index f7cd673aa..df0626a6b 100644 --- a/Web/static/css/mobile.css +++ b/Web/static/css/mobile.css @@ -38,6 +38,15 @@ width: 100%; } + select { + padding: 4px; + background-color: #fff; + border: 1px solid #b9c4d1; + border-radius: 2px; + outline-color: #5d80a6; + font-size: 100%; + } + body.dimmed { overflow-x: auto; } @@ -205,7 +214,7 @@ } .sidebar { - width: 100vw; + width: 100vw !important; float: unset !important; margin: unset !important; } @@ -231,6 +240,10 @@ box-sizing: border-box; } + #votesBalance { + display: none; + } + .navigation_infos a, .navigation_infos text, .navigation_infos b, @@ -256,12 +269,12 @@ .page_header { height: 49px !important; - width: 100vw; + width: 100vw !important; background: linear-gradient(#707070, #3b3b3b); display: flex; align-items: center; justify-content: center; - position: fixed; + position: fixed !important; z-index: 298; top: 0; } @@ -310,7 +323,7 @@ float: unset !important; margin-right: unset !important; min-height: 80vh; - width: 100%; + width: 100% !important; } .page_body .page_content { @@ -340,17 +353,22 @@ #left_menu_checkmarks { border-spacing: unset; width: 100%; - margin-top: 10px; - margin-bottom: 10px; + padding: 10px 0px 10px 0px; } - #_js_settings td, - #left_menu_checkmarks td { - width: unset; + #_js_settings td[width="120"], + #left_menu_checkmarks td[width="120"] { + width: 20px; } .container_gray { width: auto; + box-sizing: border-box; + background: unset; + } + + #auth .container_gray.settings_padding { + padding: 4px 15px; } .page_footer { @@ -460,12 +478,12 @@ .home_button { background: url(/assets/packages/static/openvk/img/mobile/logo.png) !important; - background-repeat: no-repeat; background-size: contain; width: 24px; height: 24px; top: 12px; left: 12px; + background-repeat: no-repeat !important; } .header_navigation .link:not(#search_box) { @@ -507,11 +525,6 @@ padding-top: 0px; } - body.menu-expanded .header_navigation .link:not(#search_box) { - display: block; - } - - body.menu-expanded .header_navigation .link:not(#search_box), body.menu-expanded .search_expanded_at_all .header_navigation { display: inline-flex; align-items: center; @@ -570,7 +583,7 @@ gap: 13px; justify-content: normal; align-items: center; - padding: 12px 3px 12px 16px; + padding: 12px 3px 12px 16px !important; background-color: #ededed47; } @@ -595,16 +608,33 @@ .navigation_footer { display: flex; - flex-direction: column; + justify-content: center; + font-size: 11px; + } + + .page_footer .navigation_centrize { + text-align: center; + font-size: 11px; + } + + .navigation .link { + padding: 10px 3px 10px 45px !important; } .navigation .link, - .page_footer .navigation_footer .link { - padding: 12px 3px 12px 45px; + .navigation .link span { font-weight: 600; font-size: 16px !important; } + .navigation .link .pc_v { + display: none; + } + + .navigation .link .mobile_v { + display: inline-block; + } + body.menu-expanded .header_navigation .link:not(#search_box) a { font-size: 13px; user-select: none; @@ -638,7 +668,8 @@ background-position: 0px -67px; } - .navigation .link.fullsize { + .navigation .link.fullsize, + .navigation .link.mobiles_only { display: block; } @@ -701,7 +732,7 @@ } .navigation .link.my_support::before { - background-position: 0px -332px; + background-position: -1px -332px; } .navigation .link.my_notifications::before { @@ -733,6 +764,26 @@ background-position: -1px -415px; } + .navigation .link.search_link::before { + background-position: -1px -134px; + } + + .navigation .link.invite_link::before { + background-position: 0px -532px; + } + + .navigation .link.support_link::before { + background-position: -1px -332px; + } + + .navigation .link.finances_link::before { + background-position: 0px -310px; + } + + .navigation .link.logout::before { + background-position: 0px -287px; + } + .navigation-lang { grid-template-columns: repeat(3, 1fr) !important; } @@ -742,8 +793,22 @@ } .msg { - width: 100%; + padding: 8px; + color: #686868; box-sizing: border-box; + margin: -8px 0px 10px -8px; + width: 104%; + font-size: 16px; + } + + .msg b { + color: #6d829a; + font-weight: bolder; + } + + .msg.msg_succ { + background-color: #e6ecf1; + border-color: #d7e0e7; } #sudo-banner { @@ -761,9 +826,10 @@ h4 { color: #505050; - margin-top: 5px; - margin-bottom: 10px; - font-size: 16px; + margin-top: 5px !important; + margin-bottom: 10px !important; + font-size: 16px !important; + border-bottom: unset; } textarea { @@ -782,6 +848,10 @@ padding: 3px 8px; } + .tab a { + color: #3b3b3b; + } + #activetabs { background: #595959; color: #fff; @@ -798,13 +868,13 @@ table.flexible_table td[width="120"], table.flexible_table td { text-align: left; + padding: 3px 0px 3px 0px; } table.flexible_table thead, tbody { display: flex; flex-direction: column; - gap: 13px; } table.not_flexible_table tbody { @@ -813,6 +883,15 @@ gap: unset; } + .fullsize_selects select { + width: 100% !important; + } + + .fullsize_button { + width: 100%; + padding: 8px 14px; + } + .auth_table { padding: 0% 0% 0% 0%; margin-bottom: 10px !important; @@ -896,6 +975,10 @@ margin-bottom: 10px; } + .searchList li, .searchList a, .verticalGrayTabs a { + font-size: 14px; + } + .verticalGrayTabsWrapper { width: 100%; font-size: 16px; @@ -1000,20 +1083,27 @@ } #wallAttachmentMenu { - top: 0; + bottom: 0; left: 0; margin-top: -17px; margin-left: unset; width: 100%; - position: static; + position: fixed; display: flex; - flex-direction: column; + flex-direction: column-reverse; z-index: 297; } #wallAttachmentMenu > a { - padding: 5px 6px; - font-size: 12px; + padding: 14px 6px; + font-size: 14px; + gap: 19px; + } + + #wallAttachmentMenu>.header { + padding: 30px 15px; + background-color: #eee; + justify-content: center; } #noteFactory input, @@ -1049,10 +1139,16 @@ padding: 8px 8px; font-size: 15px; width: 100% !important; + text-align: center; + border-bottom: unset; } .profile-hints { padding: 13px 8px; + box-sizing: border-box; + position: absolute; + top: 168px; + width: 100%; } .profile-hints a { @@ -1061,6 +1157,7 @@ .completeness-gauge { height: 21px; + width: 97%; } .small-textarea { @@ -1092,6 +1189,19 @@ width: 100% !important; } + .fictional_profile_section { + display: inline-block; + width: 100%; + margin-bottom: 5px; + } + + .fictional_profile_section .content_subtitle { + width: 100%; + display: flex; + justify-content: space-between; + gap: 12px; + } + /* Search */ .page_wrap_content_main { @@ -1141,7 +1251,11 @@ margin-left: -7px; margin-right: unset; border-right: unset; - padding-top: 235px; + padding-top: 412px; + } + + .right_small_block { + padding-top: 164px; } .left_small_block.mobile_no_padding { @@ -1170,6 +1284,23 @@ font-size: 13px !important; } + .accountInfo { + border-bottom: unset; + } + + .profileName { + margin-top: 6px; + } + + .profileName h2 { + font-size: 16px; + color: #565656; + } + + .page_status { + font-size: 14px; + } + .user_info_none { font-size: 15px; } @@ -1196,27 +1327,36 @@ .content_title_expanded { background-image: unset !important; border-top: unset; - padding: 8px 7px 8px 16px; + padding: 5px 12px; font-size: 14px; + margin-top: unset; + } + + .fictional_profile_section .content_title_expanded { + display: none; } .content_subtitle { border-top: unset; border-bottom: unset; - padding: 7px 16px; + padding: 5px 12px; font-size: 13px; - width: 99vw; + width: 99%; box-sizing: border-box; } .avatar_block { - width: 30%; + width: 50px; position: absolute !important; - left: 18px; + left: 12px; top: 9px; max-height: 248px; } + .avatar_controls { + display: none; + } + .hide_on_mobiles_name { display: none; } @@ -1228,18 +1368,27 @@ .page_info_main { position: absolute; - top: 9px; - left: 35%; - width: 65%; + top: 10px; + left: 60px; + width: 88%; overflow-x: hidden; overflow-y: auto; - height: 248px; + height: 162px; padding-left: 11px; box-sizing: border-box; } + #entityAdditionalInfoBlock { + height: 200px; + overflow-y: auto; + position: absolute; + top: 213px; + width: 100%; + box-sizing: border-box; + } + .page_info_main.page_info_main_profile { - padding-left: 11px; + padding-left: 4px; } .tour { @@ -1642,9 +1791,18 @@ /* Apps */ #appFrame { - width: 102vw; - margin-left: -16px; - margin-top: -8px; + position: absolute; + width: 96vw !important; + height: 84vh !important; + left: 0; + top: 0px; + } + + #app_dev { + position: fixed; + bottom: 0px; + text-align: center; + width: 100%; } /* Modals */ @@ -1691,6 +1849,15 @@ box-sizing: border-box; } + .ovk-photo-view .photo_viewer_wrapper { + margin: 0px -35px 0px -35px; + } + + .ovk-photo-slide-left, + .ovk-photo-slide-right { + width: 25%; + } + .ovk-diag-action { position: absolute; display: flex; @@ -1703,7 +1870,7 @@ } .ovk-diag-head { - font-size: 24px; + font-size: 18px; } .media-page-wrapper-details { @@ -1724,6 +1891,11 @@ /* Photos, videos */ + .attachment_insert #show_more { + position: fixed; + bottom: 60px; + } + .uploadedImage { float: unset; width: 90px; @@ -1781,10 +1953,18 @@ display: inline-block; } + .attachment_selector #attachment_insert .photosList .album-photo { + height: 70px; + } + .attachment_selector #attachment_insert #attachment_insert_count { display: none; } + .attachment_selector #attachment_insert .photosList { + grid-template-columns: repeat(5, 1fr); + } + .attachment_selector #attachment_insert .photosList .album-photo { width: 100%; } @@ -1831,6 +2011,24 @@ margin-right: 1px; } + .list_view .list_view_item_cover a img { + width: 55px; + max-width: 55px; + max-height: 55px; + border-radius: 2px; + object-fit: cover; + object-position: center; + } + + .list_view .content { + border: #dedede solid 1px; + padding: 4px; + } + + .list_view .list_view_item_info > table:not(.ugc-table) { + display: none; + } + .videosInsert .video_list { position: relative; } @@ -1905,9 +2103,18 @@ display: none; } - .post-menu { + .post.post_microblog .post-menu { height: unset; margin-top: 8px; + margin-left: -54px; + } + + .post.post_oldschool .post-menu .m_hide { + display: none; + } + + #post_page_main .post.post_oldschool .post-menu .m_hide { + display: inline; } #post_page_meta { @@ -1948,6 +2155,10 @@ width: 40px; } + .post .post-menu-s .post-menu { + margin-left: -42px; + } + .post-author { font-size: 14px; } @@ -1975,6 +2186,44 @@ height: 100% !important; } + .post.post_microblog > tbody > tr { + display: flex; + } + + .post.post_microblog > tbody > tr > .post-author-ava { + display: inline-block; + } + + .post.post_microblog > tbody > tr > td > .post-content, + .post.post_oldschool > tbody > tr > td > .post-content, + .editing .post-edit { + margin-left: -53px; + margin-top: 13px; + } + + .post.post_microblog .post-all-contents > .post-author { + margin-top: 10px; + margin-left: -5px; + } + + .post .post-avatar { + max-width: 35px; + max-height: 35px; + border-radius: 2px; + } + + .post-online { + display: none; + } + + .post .attachments.attachments_m .post.post_microblog { + padding-left: 35px; + } + + .post .attachments.attachments_m .post.post_microblog .post-author { + margin-top: 0px; + } + .sort_link, .menu_toggler { font-size: 15px; @@ -1994,13 +2243,22 @@ /* Messenger */ + .crp-entry { + display: grid; + grid-template-columns: 0fr 0fr 1fr; + } + + .crp-entry .crp-entry--message { + width: 100%; + } + .crp-entry--image { margin-right: 0px; } .crp-entry--info { margin-top: unset; - width: unset; + width: 93px; margin-left: 8px; margin-right: 0px; font-size: 15px; @@ -2168,16 +2426,12 @@ font-size: 16px; } - .content .list_view_item_info { - width: unset !important; - } - .scroll_node { position: relative; } .list_view_item_actions { - position: absolute; + display: none; top: 0; right: 0; } @@ -2193,8 +2447,21 @@ white-space: nowrap; } + .list_view_item_info a { + color: #3b3b3b; + } + .list_view_item_info { - padding-left: 4px; + padding-left: 11px; + } + + .list_view_item_info.alt { + display: inline-flex; + align-items: center; + } + + .list_view .content > table > tbody > tr { + display: flex; } .friend_table, @@ -2229,6 +2496,23 @@ .expand_button { font-size: 14px; } + + /* other */ + + .nobold, nobold, nobold span { + color: unset; + } + + body.ajax_request_made #ajloader, + #ajloader.shown { + display: flex; + align-items: center; + justify-content: center; + } + + .post .post-menu-s .post-menu *:not(.comment-reply) { + display: none; + } } @media screen and (max-width: 510px) { @@ -2253,6 +2537,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + display: none; } body.menu-expanded .header_navigation .link:not(#search_box) a { @@ -2267,8 +2552,4 @@ .header_navigation #search_box .search_box_button span { font-size: 10px; } - - .list_view_item_cover { - display: none; - } } diff --git a/Web/static/img/mobile/menu_icons.png b/Web/static/img/mobile/menu_icons.png index 370a6442a..0d255c65b 100644 Binary files a/Web/static/img/mobile/menu_icons.png and b/Web/static/img/mobile/menu_icons.png differ diff --git a/locales/en.strings b/locales/en.strings index 48bc2e430..285a2aff2 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -1127,6 +1127,7 @@ "bday_reminder_text" = "$1 is $2's birthday."; "bday_and" = " and "; "points" = "Votes"; +"balance" = "Votes balance"; "points_count" = "votes"; "on_your_account" = "on your account"; "top_up_your_account" = "Get more"; diff --git a/locales/ru.strings b/locales/ru.strings index 72c6b6df9..126e72e04 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -1079,6 +1079,7 @@ "bday_reminder_text" = "$1 день рождения $2."; "bday_and" = " и "; "points" = "Голоса"; +"balance" = "Баланс"; "points_count" = "голосов"; "on_your_account" = "на вашем счету"; "top_up_your_account" = "Пополнить баланс";