Skip to content

Instantly share code, notes, and snippets.

View jvlad's full-sized avatar
💭
Open to new projects

Vlad Zams jvlad

💭
Open to new projects
View GitHub Profile
@jvlad
jvlad / remove-sidebar.css
Created February 24, 2016 05:32 — forked from 0atman/remove-sidebar.css
slack.com remove left sidebar
/* hide the sidebar */
#team_menu {display: none;}
#col_channels_bg {display: none;}
#col_channels {display: none;}
#messages_container {margin-left: 0;}
#messages-input-container {left: -160px;}
/* move the favouites star over */
#channel_header .star {
import UIKit
import SnapKit
class ScrollableViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = UIColor.whiteColor()
let scrollView = UIScrollView()