mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added working profile sidebar
This commit is contained in:
parent
c6c7dbe75d
commit
07b4874f69
16 changed files with 202 additions and 84 deletions
|
@ -85,6 +85,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@mixin sidebar_stack_limit {
|
||||
@media (max-width: 1000px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin desktop {
|
||||
@media (max-width: $content_width) {
|
||||
@content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue