mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
minimizing the desktop topic view, also effects the background on all pages and removed bootstrap
This commit is contained in:
@@ -233,6 +233,7 @@
|
||||
|
||||
// When the post is new (new topic) the sizings are different
|
||||
&.edit-title {
|
||||
|
||||
&.open {
|
||||
height: 400px;
|
||||
}
|
||||
@@ -240,6 +241,8 @@
|
||||
input#reply-title {
|
||||
padding: 7px 10px;
|
||||
margin: 6px 10px 3px 0;
|
||||
width: 400px;
|
||||
|
||||
}
|
||||
.wmd-controls {
|
||||
@include transition(top 0.3s ease);
|
||||
@@ -337,10 +340,6 @@
|
||||
left: 432px;
|
||||
top: -19px;
|
||||
}
|
||||
button.btn.no-text {
|
||||
margin: 7px 0 0 5px;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.reply-to {
|
||||
@@ -510,7 +509,6 @@ div.ac-wrap {
|
||||
}
|
||||
|
||||
.admin-options-form {
|
||||
margin-top: 8px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -534,3 +532,9 @@ div.ac-wrap {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#reply-control button.btn.no-text {
|
||||
margin: 7px 0 0 5px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user