mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
move widgets back to right hand side
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
overflow: hidden;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
margin-left: -4px;
|
||||
|
||||
.widget {
|
||||
display: flex;
|
||||
@@ -29,7 +30,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding: 8px 2px 8px 2px;
|
||||
padding: 8px 2px 8px 0px;
|
||||
color: var(--secondary-text-color);
|
||||
font-size: 20px;
|
||||
overflow: hidden;
|
||||
@@ -56,7 +57,7 @@
|
||||
}
|
||||
|
||||
.widget-divider {
|
||||
margin-left: 6px;
|
||||
margin-right: 2px;
|
||||
height: 2px;
|
||||
background-color: var(--border-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user