mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
FIX: Missing CSS for back button on progress component
This commit is contained in:
parent
c75bebdea2
commit
1821a0933d
@ -1,3 +1,16 @@
|
||||
.progress-back-container {
|
||||
position: fixed;
|
||||
width: 0;
|
||||
right: 0;
|
||||
bottom: 40px;
|
||||
z-index: 950;
|
||||
margin-right: 105px;
|
||||
|
||||
.btn {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#topic-title {
|
||||
.title-wrapper {
|
||||
float: left;
|
||||
|
@ -87,19 +87,6 @@
|
||||
width: 757px;
|
||||
}
|
||||
|
||||
.progress-back-container {
|
||||
position: fixed;
|
||||
width: 0;
|
||||
right: 0;
|
||||
bottom: 40px;
|
||||
z-index: 950;
|
||||
margin-right: 105px;
|
||||
|
||||
.btn {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#topic-progress-wrapper {
|
||||
position: fixed;
|
||||
right: 50%;
|
||||
|
Loading…
Reference in New Issue
Block a user