DTA Request #234
Unanswered
marty60
asked this question in
General Support
DTA Request
#234
Replies: 2 comments
-
This would require some CSS skills to change sizes or even hide elements you don't need. I can only provide you one example without further explanation. Install StyloaiX (or use userChrome.css if you know how to) and add this style @-moz-document url("chrome://dta-platform/content/manager.xhtml") {
.downlinks {
min-width: auto;
min-height: auto;
}
#actionsbox {
display: none;
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks xiaoxiaoflood for the reply, I'll take a look at that and see what can be done.
…________________________________
From: xiaoxiaoflood ***@***.***>
Sent: Wednesday, February 22, 2023 11:52 PM
To: xiaoxiaoflood/firefox-scripts ***@***.***>
Cc: marty60 ***@***.***>; Author ***@***.***>
Subject: Re: [xiaoxiaoflood/firefox-scripts] DTA Request (Discussion #234)
This would require some CSS skills to change sizes or even hide elements you don't need. I can only provide you one example without further explanation.
Install StyloaiX (or use userChrome.css if you know how to) and add this style
@-moz-document url("chrome://dta-platform/content/manager.xhtml") {
.downlinks {
min-width: auto;
min-height: auto;
}
#actionsbox {
display: none;
}
}
—
Reply to this email directly, view it on GitHub<#234 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFMMXHAVXYU4SCEA5KW2SBTWY3UJXANCNFSM6AAAAAAT5KHY7M>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
If you're using 800 x 600 screen resolution the DTA Manager box is huge with no way to make it smaller. This is due to recent changes by Mozilla.
xiaoxiaoflood if you could direct me to the specific location I could probably do it myself. So far I've gone through the addon such as the skin etc but can't find the specific id of the manager.
Beta Was this translation helpful? Give feedback.
All reactions