mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
move widgets to left, fix some paddings
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
flex-direction: column;
|
||||
width: 50px;
|
||||
overflow: hidden;
|
||||
padding-top: 4px;
|
||||
|
||||
.widget {
|
||||
display: flex;
|
||||
@@ -27,10 +28,11 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding: 8px 2px 8px 0;
|
||||
padding: 8px 2px 8px 2px;
|
||||
color: var(--secondary-text-color);
|
||||
font-size: 20px;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
|
||||
&:hover:not(.no-hover) {
|
||||
background-color: var(--highlight-bg-color);
|
||||
|
||||
Reference in New Issue
Block a user