mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Missing CSS for back button on progress component
This commit is contained in:
parent
c75bebdea2
commit
1821a0933d
2 changed files with 13 additions and 13 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue