mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 19:11:01 +00:00
Tidy Tabs (#46)
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
|
||||
.Chain-tabs {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
right: 9px;
|
||||
bottom: 0;
|
||||
height: 40px;
|
||||
height: 36px;
|
||||
width: 200px;
|
||||
text-align: right;
|
||||
}
|
||||
@@ -23,17 +23,16 @@
|
||||
}
|
||||
|
||||
.Chain-tab-unit .Icon {
|
||||
margin-right: 10px;
|
||||
font-size: 26px;
|
||||
margin-right: 1px;
|
||||
font-size: 24px;
|
||||
padding: 6px;
|
||||
background: #222;
|
||||
color: #aaa;
|
||||
background: #ccc;
|
||||
color: #555;
|
||||
cursor: pointer;
|
||||
border-top: 2px solid #5e5e5e;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
.Chain-tab-unit-on .Icon {
|
||||
background: #222;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ import { Persistent } from '../../Persistent';
|
||||
import blockIcon from '../../icons/package.svg';
|
||||
import blockTimeIcon from '../../icons/history.svg';
|
||||
import lastTimeIcon from '../../icons/watch.svg';
|
||||
import listIcon from '../../icons/list-unordered.svg';
|
||||
import worldIcon from '../../icons/globe.svg';
|
||||
import listIcon from '../../icons/list-alt-regular.svg';
|
||||
import worldIcon from '../../icons/map-pin-solid.svg';
|
||||
import settingsIcon from '../../icons/settings.svg';
|
||||
|
||||
const MAP_RATIO = 800 / 350;
|
||||
|
||||
Reference in New Issue
Block a user