/* diaspora.ro source-first module extracted from #small-screen-fixes; behavior preserved during migration. */
@media(max-width:389px){
  html[data-mobile-pro-theme] .tb-logo{font-size:22px}
  html[data-mobile-pro-theme] .tb-btn{width:40px;height:40px;font-size:18px}
  html[data-mobile-pro-theme] .tb-hamburger{width:36px;height:36px}
  html[data-mobile-pro-theme] .hub-nav-tab svg{width:30px;height:30px;aspect-ratio:1/1}
  html[data-mobile-pro-theme] .hub-nav-tab{font-size:13px;padding:8px 2px 6px}
  html[data-mobile-pro-theme] .top-bar{padding-left:10px;padding-right:10px}
  html[data-mobile-pro-theme] .tb-actions{gap:9px}
}
@media(max-width:768px){
  html[data-mobile-pro-theme] .tb-actions{flex-shrink:0;overflow:visible;max-width:none;display:flex;align-items:center;gap:9px}
  html[data-mobile-pro-theme] .top-bar{min-height:54px}
}
