aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-08-26 18:34:56 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-08-26 18:34:56 +0000
commit8e33934e5062429bb8358296829d5317c97d82bb (patch)
tree7e7749b59bbe115334a63af816b06f467c3ffdad /src
parent0e21c3cdd9cbc2a60d82c4bd714cd0f5690bafd9 (diff)
parenta0712270aa3fc1cd214c184d10cd3bfdf616d858 (diff)
Merge branch 'remove-dead-code' into 'develop'
Remove dead code See merge request pleroma/pleroma-fe!925
Diffstat (limited to 'src')
-rw-r--r--src/App.scss23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/App.scss b/src/App.scss
index 1299e05d..fac800bc 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -549,23 +549,6 @@ nav {
color: var(--faint, $fallback--faint);
box-shadow: 0px 0px 4px rgba(0,0,0,.6);
box-shadow: var(--topBarShadow);
-
- .back-button {
- display: block;
- max-width: 99px;
- transition-property: opacity, max-width;
- transition-duration: 300ms;
- transition-timing-function: ease-out;
-
- i {
- margin: 0 1em;
- }
-
- &.hidden {
- opacity: 0;
- max-width: 5px;
- }
- }
}
.fade-enter-active, .fade-leave-active {
@@ -601,12 +584,6 @@ nav {
overflow-y: scroll;
}
- nav {
- .back-button {
- display: none;
- }
- }
-
.sidebar-bounds {
overflow: hidden;
max-height: 100vh;