Lab1: edit css file
This commit is contained in:
@@ -167,7 +167,6 @@ body {
|
|||||||
& > .task__text {
|
& > .task__text {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
transition: padding-right 0.3s ease;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
@@ -176,6 +175,7 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
opacity: 60%;
|
||||||
|
|
||||||
& > .icon-row {
|
& > .icon-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -185,7 +185,7 @@ body {
|
|||||||
.icon {
|
.icon {
|
||||||
width: clamp(16px, 1.3vw, 22px);
|
width: clamp(16px, 1.3vw, 22px);
|
||||||
height: auto;
|
height: auto;
|
||||||
opacity: 60%;
|
}
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
opacity: 100%;
|
opacity: 100%;
|
||||||
@@ -194,5 +194,4 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user