Update css
This commit is contained in:
parent
0de11d26a6
commit
96ad972600
3 changed files with 95 additions and 97 deletions
|
@ -208,11 +208,6 @@ a {
|
|||
}
|
||||
|
||||
.comment-post-wrapper {
|
||||
div {
|
||||
padding-bottom: 2px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@import "vars";
|
||||
|
||||
.wmd-panel {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
|
@ -14,7 +16,7 @@
|
|||
width: 100%;
|
||||
background: #fff;
|
||||
border: 1px solid DarkGray;
|
||||
font-family: "Noto Sans",Arial,"Lucida Grande",sans-serif !important;
|
||||
font-family: $monospace-fonts;
|
||||
}
|
||||
|
||||
.wmd-preview {
|
||||
|
@ -23,8 +25,14 @@
|
|||
}
|
||||
|
||||
.wmd-button-row {
|
||||
margin: 10px 5px 5px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
padding: 0;
|
||||
display: flex; /* Display as a flex container */
|
||||
flex-wrap: nowrap; /* Prevent items from wrapping */
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.wmd-button {
|
||||
|
@ -37,8 +45,7 @@
|
|||
background-position: center;
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
padding-left: 2px;
|
||||
padding-right: 3px;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.wmd-bold-button {
|
||||
|
@ -124,7 +131,7 @@
|
|||
.wmd-spacer
|
||||
{
|
||||
display: inline-flex;
|
||||
width: 20px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.wmd-prompt-background {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue