🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix rotation of guides text on mobile
  • Loading branch information
chillenberger committed Oct 19, 2023
commit 05089c875f83c6f040afa754c2e9c01e10b16f28
4 changes: 3 additions & 1 deletion pgml-dashboard/static/css/scss/components/_navs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@
}
}
[aria-expanded=false] {
transform: rotate(-90deg);
span.material-symbols-outlined {
transform: rotate(-90deg);
}
}
@include media-breakpoint-down(xxl) {
border-radius: 0px;
Expand Down