mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-14 02:31:02 +00:00
Minimum width to the layout
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
min-width: 1350px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.Chain-content-container {
|
||||
@@ -14,6 +16,15 @@
|
||||
top: 148px;
|
||||
}
|
||||
|
||||
.Chain-content {
|
||||
width: 100%;
|
||||
min-width: 1350px;
|
||||
min-height: 100%;
|
||||
background: #222;
|
||||
color: #fff;
|
||||
box-shadow: rgba(0,0,0,0.5) 0 3px 30px;
|
||||
}
|
||||
|
||||
.Chain-map {
|
||||
background: url('../assets/world-map.svg') no-repeat;
|
||||
background-size: contain;
|
||||
@@ -37,14 +48,6 @@
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
.Chain-content {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
background: #222;
|
||||
color: #fff;
|
||||
box-shadow: rgba(0,0,0,0.5) 0 3px 30px;
|
||||
}
|
||||
|
||||
.Chain-node-list {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
.Chains {
|
||||
background: #ccc;
|
||||
color: #000;
|
||||
padding: 0 1em;
|
||||
padding: 0 16px;
|
||||
height: 40px;
|
||||
min-width: 1318px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.Chains .Icon {
|
||||
|
||||
Reference in New Issue
Block a user