- Truncate descriptions
Activity
We have
<div id="torbrowser-info"> <div id="torbrowser-version"/> <div id="torbrowser-changelog-link"><a href="about:tbupdate">&aboutTor.viewChangelog.label;</a></div> </div>
in
aboutTor.xhtml
andbody[mobile] #torbrowser-info, body[mobile] .searchbox, body[mobile] .top .heading2, body[mobile] #manual, body[mobile] #mission { display: none; }
Which is presumably why the version number is not shown on mobile. It's not clear why we decided to not show all the things in
torbrowser-info
on mobile but sysrqb thinks that might be due toabout:tbupdate
not be available there. I guess we could just setdisplay:none;
on mobile fortorbrowser-changelog-link
instead?Trac:
Component: - Select a component to Applications/Tor Browser
Keywords: N/A deleted, tbb-torbutton added
Owner: N/A to tbb-teamReplying to gk:
We have {{{
}}} inaboutTor.xhtml
and {{{ body[mobile] #torbrowser-info, body[mobile] .searchbox, body[mobile] .top .heading2, body[mobile] #manual, body[mobile] #mission { display: none; } }}} Which is presumably why the version number is not shown on mobile. It's not clear why we decided to not show all the things intorbrowser-info
on mobile but sysrqb thinks that might be due toabout:tbupdate
not be available there. I guess we could just setdisplay:none;
on mobile fortorbrowser-changelog-link
instead?I think so, yes. Most of the hidden items were added during the #27111 (moved) work (commit 61deb44d0c07eb1ec1d71eac2f0a7aeca87ea054). Kathy and I introduced #torbrowser-info during our work on #29440 (moved) (commit 82a5f8665a6b5a7f5d4c78f0a526dfa16834ec7f).