This commit is contained in:
Yuri Kuznetsov
2022-08-31 15:40:01 +03:00
parent 5ad74492e1
commit 95ed44d2ec
2 changed files with 14 additions and 2 deletions
+8
View File
@@ -2067,6 +2067,10 @@ textarea.auto-height {
.show-more a {
border-bottom-right-radius: 0;
@media screen and (max-width: (@screen-sm-min - 1px)) {
border-bottom-left-radius: 0;
}
}
}
@@ -2640,6 +2644,10 @@ table.table td.cell .html-container {
.show-more a {
border-bottom-right-radius: 0;
@media screen and (max-width: (@screen-sm-min - 1px)) {
border-bottom-left-radius: 0;
}
}
}
}
+6 -2
View File
@@ -21,7 +21,9 @@ body[data-navbar="side"].minimized.side-menu-opened {
body[data-navbar="top"] {
#navbar > .navbar {
backdrop-filter: @backdrop-filter-2;
@media screen and (min-width: @screen-sm-min) {
backdrop-filter: @backdrop-filter-2;
}
}
}
@@ -102,7 +104,9 @@ body {
#navbar {
.navbar-right {
backdrop-filter: @backdrop-filter !important;
@media screen and (min-width: @screen-sm-min) {
backdrop-filter: @backdrop-filter !important;
}
}
}