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