mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
no message
This commit is contained in:
parent
4f2bf7549c
commit
393aab4c4b
@ -263,10 +263,17 @@ export default {
|
||||
+ div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.tool-fullscreen {
|
||||
> svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.expanded {
|
||||
min-height: 120px;
|
||||
height: 100%;
|
||||
|
||||
&:hover {
|
||||
> div {
|
||||
@ -279,7 +286,8 @@ export default {
|
||||
> div {
|
||||
&:hover {
|
||||
> svg {
|
||||
transform: scale(1.2);
|
||||
transform: none;
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user