1. #tabbrowser-tabs {
  2. visibility: collapse !important;
  3. }
  4. #sidebar-box {
  5. overflow: hidden;
  6. min-width: 32px;
  7. max-width: 32px;
  8. position: fixed;
  9. border-right: 1px solid ThreeDHighlight;
  10. transition: 0.09s ease-in-out;
  11. z-index: 2;
  12. }
  13. #appcontent {
  14. margin-left: 32px;
  15. }
  16. #sidebar-box:hover {
  17. /* box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3); */
  18. }
  19. #sidebar-box:hover,
  20. #sidebar-box #sidebar {
  21. min-width: 320px !important;
  22. max-width: 320px !important;
  23. }
  24. #sidebar-box:hover {
  25. transition: all 0.09s ease-in-out;
  26. }
  27. #sidebar-box #sidebar-header, #sidebar-box ~ #sidebar-splitter {
  28. display: none;
  29. }
  30. #sidebar-box #sidebar {
  31. height: 100vh;
  32. }
  33. #urlbar {
  34. border-radius: 0 !important;
  35. margin-top: 0 !important;
  36. margin-bottom: 0 !important;
  37. margin-left: 0 !important;
  38. margin-right: 0 !important;
  39. box-shadow: none !important;
  40. border-top: none !important;
  41. border-bottom: none !important;
  42. border-left: none !important;
  43. border-right: none !important;
  44. /* border-left: 1px solid ThreeDHighlight !important;
  45. border-right: 1px solid ThreeDHighlight !important; */
  46. }
  47. #urlbar-container {
  48. min-width: 0 !important;
  49. }
  50. :root {
  51. --toolbarbutton-outer-padding: 0px !important;
  52. --toolbarbutton-border-radius: 0px !important;
  53. --toolbarbutton-inner-padding: 5px !important;
  54. }
  55. #PlacesChevron {
  56. display: none !important;
  57. }
  58. #reader-mode-button {
  59. display: none !important;
  60. }
  61. #pageActionButton {
  62. display: none !important;
  63. }
  64. #pageActionSeparator {
  65. display: none;
  66. }