Skip to content

Commit

Permalink
style: open popup pos setting
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcpy authored Oct 7, 2024
1 parent bf4c2b9 commit c212edc
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ cursor: grabbing; /* 拖动时鼠标变为抓手 */

button.mermaid-popup-button {
position: fixed;;
bottom: 10px;
right: 10px;
background-color: rgba(0, 0, 0, 0.1); /* 半透明 */
color: var(--text-normal);
border: none;
Expand All @@ -92,8 +90,6 @@ button.mermaid-popup-button:hover {

button.mermaid-popup-button-reading {
position: absolute;;
bottom: 10px;
right: 10px;
background-color: rgba(0, 0, 0, 0.1); /* 半透明 */
color: var(--text-normal);
border: none;
Expand Down Expand Up @@ -202,6 +198,28 @@ button.mermaid-popup-button-reading:hover {
border-top: 0px;
}

.open_btn_pos_slide_title{
margin-right: 5px !important;
}

.open_btn_pos_slide_width{
width: 20% !important;
}
.open_btn_pos_cur_title{
margin-left: 20px;
}
.open_btn_pos_cur_val{
width: 30px;
}
.open_btn_pos_cur_per{
margin-right: 30px;
}

.open_btn_pos .settings-icon{
display: block;
border-top: 0px;
}

/* 表格样式 */
.kv-display table {
width: 100%;
Expand Down

0 comments on commit c212edc

Please sign in to comment.