/* Milo v0.4.9 — browser/system notifications */
.notifyBtn{position:relative;font-size:18px!important}
.notifyBtn.enabled::after{content:"";position:absolute;right:5px;top:5px;width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 2px #fff}
.notifyBtn.denied{opacity:.45}
@media(max-width:760px){
  .me .notifyBtn{width:36px;height:36px;flex:0 0 36px}
}
@media(max-width:420px){
  .me{gap:5px}
  .me .iconBtn{width:34px;height:34px;flex-basis:34px}
}
@media(max-width:360px){
  .meInfo{min-width:56px}
  .me .iconBtn{width:32px;height:32px;flex-basis:32px;font-size:17px}
}
