mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-13 15:23:35 +00:00
fix: Remove clip overflow from nav-bar and update rust version, b=no-bug, c=workflows, common
This commit is contained in:
1
.github/workflows/linux-release-build.yml
vendored
1
.github/workflows/linux-release-build.yml
vendored
@@ -92,7 +92,6 @@ jobs:
|
||||
|
||||
- name: Fix Rust version
|
||||
run: |
|
||||
# Install a rust version compatible with LLVM 18
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $(cat .rust-toolchain)
|
||||
source $HOME/.cargo/env
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.92
|
||||
1.89
|
||||
@@ -132,7 +132,6 @@
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
overflow: clip;
|
||||
border-top-color: transparent !important;
|
||||
|
||||
:root[zen-single-toolbar="true"] & {
|
||||
|
||||
Reference in New Issue
Block a user