Obviously THEY KNOW it makes their users upset and have known for several years since they took away the switch that allowed you to put TABS ON BOTTOM.
Seems like they force the tabs on top just to PO us that care.
So they updated again and of course they messed with the code just enough to make us have to mess with the code back.
One of the good things about using KUBUNTU is that they mess with the Windoz version of FF first and those users invent the fix code so by they time they mess with us, the fix is already out there.
So here is the new code to modify your chrome file to get the tabs back on the bottom...
#TabsToolbar {
display: block !important;
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}
Seems like they force the tabs on top just to PO us that care.
So they updated again and of course they messed with the code just enough to make us have to mess with the code back.
One of the good things about using KUBUNTU is that they mess with the Windoz version of FF first and those users invent the fix code so by they time they mess with us, the fix is already out there.
So here is the new code to modify your chrome file to get the tabs back on the bottom...
#TabsToolbar {
display: block !important;
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}
Comment