0.0.304 rewrite news widget

This commit is contained in:
2023-12-03 17:15:23 +03:00
parent 747091c744
commit eae56199e0
4 changed files with 45 additions and 7 deletions

View File

@@ -1904,6 +1904,14 @@ button#edit_route {
margin-left: 5px;
}
.pag_news_img>img{
object-fit: cover;
width: 100%;
border-radius: 10px;
aspect-ratio: 4 / 3;
max-height: 300px;
}
#error_footer.hide{
display: none;
}
@@ -2947,6 +2955,7 @@ details[open] summary ~ *{
font-style: normal;
font-weight: 600;
line-height: 20px;
margin-bottom: 20px;
}
.self_news_header{
font-size: 24px;
@@ -2956,7 +2965,7 @@ details[open] summary ~ *{
margin-bottom: 40px;
}
.self_news_description{
margin-bottom: 40px;
margin-bottom: 20px;
}
.self_news_text>p+img{
@@ -2972,6 +2981,7 @@ details[open] summary ~ *{
float: right;
width: 40%;
margin-left: 20px;
margin-bottom: 20px;
}