Skip to content

Commit a9c7bd6

Browse files
committed
fix: select image from computer button not working because ribbon header right is obscuring it
1 parent eeb13c2 commit a9c7bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,12 +2071,12 @@ function RemoteFunctions(config = {}) {
20712071
}
20722072
20732073
.phoenix-ribbon-header-left {
2074-
width: 60% !important;
2074+
width: 80% !important;
20752075
display: flex !important;
20762076
}
20772077
20782078
.phoenix-ribbon-header-right {
2079-
width: 40% !important;
2079+
width: 20% !important;
20802080
display: flex !important;
20812081
justify-content: flex-end !important;
20822082
}

0 commit comments

Comments
 (0)