.popup-footer {
justify-content: end;
+ background-color: var(--color-primary-light);
+ min-height: 41px;
button {
padding: 10px $-m;
}
}
}
-.image-manager .corner-button {
- margin: 0;
- border-radius: 0;
- padding: $-m;
-}
-
// Dropzone
/*
* The MIT License
.code-editor .lang-options button {
display: block;
padding: $-xs $-m;
- border-bottom: 1px solid #eee;
+ border-bottom: 1px solid;
+ @include lightDark(color, #333, #AAA);
+ @include lightDark(border-bottom-color, #EEE, #000);
+ cursor: pointer;
width: 100%;
text-align: left;
font-family: $mono;
.code-editor-language-list {
position: relative;
- flex-basis: 200px;
+ width: 160px;
z-index: 2;
align-items: stretch;
}
}
}
+@include smaller-than($s) {
+ .code-editor .lang-options {
+ display: none;
+ }
+ .code-editor-body-wrap {
+ flex-direction: column;
+ }
+ .code-editor-language-list, .code-editor-language-list input {
+ width: 100%;
+ }
+}
+
.comment-box {
border-radius: 4px;
border: 1px solid #DDD;