css fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user