This website requires JavaScript.
Explore
Help
Sign in
studio-variable
/
geoproject-app
Watch
4
Star
0
Fork
You've already forked geoproject-app
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cd6fa49db7
geoproject-app
/
public
/
assets
/
css
/
stylesheet.css
8 lines
60 B
CSS
Raw
Normal View
History
Unescape
Escape
improve styles
2025-11-24 17:30:36 +01:00
#
chapter-2
{
font-size
:
2rem
;
}
refactor: make EditorPanel and ElementPopup fully autonomous - Move all popup logic into ElementPopup component (state, positioning, click handling) - Make EditorPanel autonomous with direct store access - Simplify App.vue by removing prop drilling and intermediary logic - Update EditorPanel to control paragraph font-size instead of .about - Fix CSS parsing: escape selectors in extractCssValue and updateCssValue - Remove hardcoded .about references from PagedJsWrapper 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 18:18:27 +01:00
p
{
font-size
:
1rem
;
}
Reference in a new issue
Copy permalink