We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55610d7 commit 5c98a8fCopy full SHA for 5c98a8f
frontend/src/components/Shell.tsx
@@ -77,6 +77,8 @@ export const Shell: Component = function (cx) {
77
Shell.style = css`
78
:scope {
79
flex: 1;
80
+ overflow: hidden;
81
+ width: 100%;
82
}
83
.unfocus {
84
pointer-events: none;
@@ -104,6 +106,7 @@ Shell.style = css`
104
106
105
107
.mainframecontainer {
108
display: flex;
109
110
111
112
frontend/src/pages/NewTabPage.tsx
@@ -82,7 +82,8 @@ NewTabPage.style = css`
align-items: center;
.title {
85
- width: 100%;
+ width: 6em;
86
87
text-overflow: ellipsis;
88
text-align: center;
89
white-space: nowrap;
0 commit comments