[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] fixup! Bug 40701: Add security warning when downloading a file
richard (@richard)
git at gitlab.torproject.org
Thu Aug 24 19:52:18 UTC 2023
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
4738c954 by Henry Wilkes at 2023-08-24T19:51:01+00:00
fixup! Bug 40701: Add security warning when downloading a file
Bug 41886: Fix downloads panel warning size.
- - - - -
1 changed file:
- browser/components/downloads/content/downloads.css
Changes:
=====================================
browser/components/downloads/content/downloads.css
=====================================
@@ -93,6 +93,9 @@
font: caption;
min-width: 37em;
padding: 0.62em;
+ /* If we don't set a width, #downloadsPanelTorWarningDescription will request
+ * its max-content width. */
+ width: 37em;
}
#downloadsPanel-mainView {
@@ -149,12 +152,6 @@
margin-block-end: 0;
}
-#downloadsPanelTorWarningDescription {
- /* Make sure we wrap the text rather than request the default max-content
- * width from the parent XUL -moz-box. */
- width: 0;
-}
-
#downloadsHistory,
#downloadsFooterButtons {
margin: 0;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4738c954e9e86429453dd8c26dce6aa85e0bd16a
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4738c954e9e86429453dd8c26dce6aa85e0bd16a
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230824/02cb21c6/attachment-0001.htm>
More information about the tbb-commits
mailing list