Apex Legends Esports Wiki

READ MORE

Apex Legends Esports Wiki
Ispoonz (talk | contribs)
(Automatically syncing global gadgets across wikis)
 
m (Automatically syncing global gadgets across wikis)
 
Line 4: Line 4:
 
right:0;
 
right:0;
 
height:3em;
 
height:3em;
  +
}
  +
  +
/* put it over the quick bar in fandom desktop */
  +
.page__main #ca-refresh-overview::marker {
  +
content:'';
  +
}
  +
  +
.page__main #ca-refresh-overview {
  +
background-color:var(--table-background);
  +
border:1px dashed var(--table-border);
  +
height:2em;
  +
bottom:40px;
 
}
 
}

Latest revision as of 18:42, 5 August 2021

#ca-refresh-overview {
  position: fixed;
  bottom:0;
    right:0;
  height:3em;
}

/* put it over the quick bar in fandom desktop */
.page__main #ca-refresh-overview::marker {
	content:'';
}

.page__main #ca-refresh-overview {
  background-color:var(--table-background);
  border:1px dashed var(--table-border);
  height:2em;
  bottom:40px;
}