Plugin Directory

Changeset 3484367


Ignore:
Timestamp:
03/17/2026 01:34:33 AM (2 weeks ago)
Author:
seekmake
Message:

Fix hero subtitle centering with higher CSS specificity

Location:
seekmake
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • seekmake/tags/1.2.2/assets/css/lovable-success.css

    r3484359 r3484367  
    414414}
    415415
    416 .sm-hero-subtitle {
     416.sm-hero-subtitle,
     417.sm-dashboard .sm-hero-subtitle,
     418.sm-dashboard .sm-hero p,
     419.sm-hero .sm-hero-subtitle {
    417420    max-width: 36rem !important;
    418421    margin: 0 auto 2rem !important;
  • seekmake/trunk/admin/views/dashboard.php

    r3484362 r3484367  
    358358                </div>
    359359                <span class="sm-chat-ai-name">Astra AI</span>
    360                 <span class="sm-chat-ai-label">● AI Assistant</span>
     360                <span class="sm-chat-ai-label">AI Assistant</span>
    361361              </div>
    362362              <div class="sm-chat-bubble sm-chat-bubble-ai">
    363                 Welcome! I see your <span class="sm-text-blue">bracket_v2.step</span>. How can I help? 🔧
     363                Welcome! I see your <span class="sm-text-blue">bracket_v2.step</span>. How can I help?
    364364              </div>
    365365              <div class="sm-chat-bubble sm-chat-bubble-user">
  • seekmake/trunk/assets/css/lovable-success.css

    r3484359 r3484367  
    414414}
    415415
    416 .sm-hero-subtitle {
     416.sm-hero-subtitle,
     417.sm-dashboard .sm-hero-subtitle,
     418.sm-dashboard .sm-hero p,
     419.sm-hero .sm-hero-subtitle {
    417420    max-width: 36rem !important;
    418421    margin: 0 auto 2rem !important;
Note: See TracChangeset for help on using the changeset viewer.