aboutsummaryrefslogtreecommitdiff
path: root/assets/css/edit.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r--assets/css/edit.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index 79b9dee..e9283b5 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -150,7 +150,7 @@ body {
-section.editor {
+main.editor {
position: fixed;
width: 100%;
height: 100%;
@@ -258,6 +258,14 @@ form#update {
cursor: pointer;
}
+#external label {
+ width: 150px;
+ display: inline-block;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
@media (max-width: 600px) {
.bar {
display: none;