Skip to content

Commit e879319

Browse files
committed
feat: add tooltip for disabled options in resize ruler
1 parent d09c931 commit e879319

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/extensionsIntegrated/Phoenix-live-preview/live-preview.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@
155155
opacity: 0.5;
156156
}
157157

158-
.device-size-item-disabled {
159-
opacity: 0.35;
160-
}
161-
162158
.device-size-item-breakpoint-icon {
163159
margin-right: 6px;
164160
width: 12px;

src/nls/root/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ define({
524524
"LIVE_DEV_IMAGE_FOLDER_DIALOG_REMEMBER": "Don't ask again for this project",
525525
"AVAILABLE_IN_PRO_TITLE": "Available in Phoenix Pro",
526526
"DEVICE_SIZE_LIMIT_MESSAGE": "See how your page looks on phones, tablets, desktops, and your CSS breakpoints. Upgrade to Phoenix Pro.",
527+
"DEVICE_SIZE_NOT_ENOUGH_SPACE": "Not enough space in the editor window for this screen size. Try zooming out.",
527528
"MD_EDIT_UPSELL_MESSAGE": "Write Markdown like a document. {APP_NAME} handles the formatting so you can stay focused on writing.",
528529
"IMAGE_UPLOADING": "Uploading",
529530
"IMAGE_UPLOAD_FAILED": "Failed to upload image",

0 commit comments

Comments
 (0)