Helps checking the Story ID when you're a bit down in the story comments.
Shortcut sticky Story ID by igorsantos07
Details
Authorigorsantos07
LicenseCC-BY-NC-4.0
Categoryapp.shortcut.com
Created
Updated
Size820 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Shortcut fixed Story ID
@version 20220912.03.19
@namespace userstyles.world/user/igorsantos07
@description Helps checking the Story ID when you're a bit down in the story comments.
@author igorsantos07
@license No License
==/UserStyle== */
@-moz-document domain("app.shortcut.com") {
/* ==UserStyle==
@name Shortcut sticky Story ID
@namespace app.shortcut.com
@version 1.0.1
@description Helps checking the Story ID when you're a bit down in the story comments.
@author Igor Santos
==/UserStyle== */
@-moz-document domain("app.shortcut.com") {
.attribute.story-id {
position: sticky;
z-index: 100;
top: -34px;
background: #333;
}
.story-actions {
z-index: 101;
}
}
}