mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
implement defaultwidgets
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
width: 50px;
|
||||
overflow: hidden;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
|
||||
.widget {
|
||||
display: flex;
|
||||
@@ -46,7 +47,22 @@
|
||||
.widget-label {
|
||||
font-size: 10px;
|
||||
margin-top: 3px;
|
||||
width: 100%;
|
||||
padding: 0 2px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.widget-divider {
|
||||
margin-left: 6px;
|
||||
height: 2px;
|
||||
background-color: var(--border-color);
|
||||
}
|
||||
|
||||
.widget-spacer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user