mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 22:15:28 +03:00
fix: page title too long style (#5302)
![CleanShot 2023-12-14 at 14.14.30@2x.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/72beba1a-28a2-4192-a676-eea476140940.png)
This commit is contained in:
parent
8aac1e09e2
commit
0dc9358972
@ -6,7 +6,7 @@ export const headerTitleContainer = style({
|
||||
alignItems: 'center',
|
||||
flexGrow: 1,
|
||||
position: 'relative',
|
||||
width: '100%',
|
||||
overflow: 'hidden',
|
||||
columnGap: 12,
|
||||
});
|
||||
|
||||
|
@ -47,6 +47,7 @@ export const mainHeaderRight = style({
|
||||
|
||||
export const spacer = style({
|
||||
flexGrow: 1,
|
||||
minWidth: 12,
|
||||
});
|
||||
|
||||
export const standaloneExtensionSwitcherWrapper = style({
|
||||
|
Loading…
Reference in New Issue
Block a user