mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
add better mobile inline title edit styles
This commit is contained in:
parent
8156518aa6
commit
98c8c48f6c
@ -171,3 +171,19 @@
|
||||
.heatmap-low {color: scale-color($danger, $lightness: 25%) !important;}
|
||||
|
||||
sup sup, sub sup, sup sub, sub sub { top: 0; }
|
||||
|
||||
// inline editing of title on mobile
|
||||
.title-wrapper {
|
||||
input#edit-title {
|
||||
width: 95%;
|
||||
padding: 5px;
|
||||
}
|
||||
.btn-small {
|
||||
padding: 8px 12px;
|
||||
margin: 6px 6px 0 0;
|
||||
}
|
||||
.select2-container {
|
||||
margin-top: 8px;
|
||||
width: 95% !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user