mirror of https://github.com/1099438829/macUI.git
dock栏图标提示图标宽度调整
This commit is contained in:
parent
4d7df08058
commit
bc36e4adc5
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 701 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
|
|
@ -909,11 +909,13 @@ body {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: rgba(255,255,255,0.5);
|
background: rgba(255,255,255,0.5);
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
width: 70px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
display: none;
|
display: none;
|
||||||
padding:0px 5px;
|
padding:5px 5px;
|
||||||
margin-top: -35px;
|
margin-top: -35px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
margin-left: -10px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue