Plugin Directory

Changeset 3481660


Ignore:
Timestamp:
03/13/2026 04:44:56 AM (2 weeks ago)
Author:
karim42
Message:

fix font size button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quran-text-multilanguage/trunk/inc/quran_style.php

    r3481656 r3481660  
    3939#template_quran #bloc_name_sura { width: auto !important; max-width: 100% !important; display: flex !important; flex-wrap: nowrap !important; justify-content: center !important; align-items: center !important; gap: 8px !important; min-width: 0 !important; box-sizing: border-box !important; margin: 0 auto !important; }
    4040#template_quran #block_prev, #template_quran #block_next { display: inline-flex !important; align-items: center !important; flex-shrink: 0 !important; }
    41 #template_quran #PrevSourate, #template_quran #NextSourate { width: 28px !important; height: 28px !important; min-width: 28px !important; min-height: 28px !important; opacity: 1 !important; }
     41#template_quran #PrevSourate, #template_quran #NextSourate { width: 28px !important; height: 28px !important; min-width: 28px !important; min-height: 28px !important; opacity: 1 !important; font-size: 0.6rem !important; }
    4242#template_quran #sourateName { font-size: clamp(16px, 5vw, 20px) !important; font-weight: 600 !important; padding: 6px 8px !important; flex: 0 1 auto !important; min-width: 0 !important; text-align: center !important; word-break: break-word !important; line-height: 1.3 !important; }
    4343#template_quran .suraName { padding: 10px 6px !important; }
     
    675675#template_quran #NextSourate {
    676676    display: inline-flex !important; align-items: center !important; justify-content: center !important;
     677    font-size: 0.6rem !important;
    677678    background: #<?php echo ltrim(get_option('background_quran_number'), '#'); ?> !important;
    678679    color: #<?php echo ltrim(get_option('color_quran_number'), '#'); ?> !important;
     
    727728#template_quran.quran-dark-mode #PrevSourate,
    728729#template_quran.quran-dark-mode #NextSourate {
     730    font-size: 0.6rem !important;
    729731    background: #2d3139 !important; color: #e8eaed !important; fill: currentColor !important;
    730732    border: 1px solid rgba(255,255,255,0.2) !important;
Note: See TracChangeset for help on using the changeset viewer.