Plugin Directory

Changeset 2839109


Ignore:
Timestamp:
12/25/2022 03:37:11 PM (3 years ago)
Author:
saifullahsiddique
Message:

minor change add to version 1.0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • snippet-flyer/tags/1.0.0/css/editor.css

    r2829735 r2839109  
    1414    white-space: nowrap;
    1515    padding: 30px;
    16     margin: 20px 0;
     16    margin: 35px 0;
    1717}
    1818
    1919.codeDiv {
    20     box-shadow: rgb(0 0 0 / 55%) 0px 20px 68px;
    21     padding: 20px 30px;
    22     height: 100%;
    23     background-color: #151718;
    24     color: #fff;
    25     border-radius: 5px;
    26     font-size: 12px;
    27     cursor: pointer;
     20    box-shadow: rgb(0 0 0 / 55%) 5px 5px 30px;
     21    padding: 20px 30px 0 30px;
     22    background-color: #151718;
     23    color: #fff;
     24    border-radius: 5px;
     25    font-size: 14px;
     26    cursor: pointer;
    2827}
    2928
     
    3736    background: transparent none repeat scroll 0% 0%;
    3837    color: #d6deeb;
    39     white-space: nowrap;
    40 }
    41 .codeDiv pre code {
    42     white-space: pre-wrap;
     38    margin: 0;
    4339}
    4440
    4541pre code.hljs {
    46     display: block;
     42    display: unset;
    4743    overflow-x: auto;
    4844    padding: 0;
Note: See TracChangeset for help on using the changeset viewer.