1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Put back to space button in sidebar (doc view)

This commit is contained in:
sauls8t 2019-01-23 15:45:47 +00:00
parent 6c71a1f18d
commit 36634be6f5
7 changed files with 27 additions and 24 deletions

View file

@ -67,5 +67,8 @@ $i: 100;
.width-#{$i} {
width: #{$i}#{"%"} !important;
}
.max-width-#{$i} {
max-width: #{$i}#{"%"} !important;
}
$i: $i - 1;
}