Lab1: edit css file

This commit is contained in:
2025-10-16 16:08:51 +03:00
parent d62bf03304
commit ff4059c187

View File

@@ -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 {
}
}
}
}
}