Skip to content

킹게더 좌측 메뉴 이동 by slowcloud

Details

Authorslowcloud

LicenseNo License

Categorytgd.kr/s/naseongkim

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

좌측 메뉴 이동

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         킹게더 좌측 메뉴 이동
@version      20211122.07.10
@namespace    userstyles.world/user/slowcloud
@description  좌측 메뉴 이동
@author       slowcloud
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://tgd.kr/s/naseongkim") {
#main > div {
    display: flex;
    flex-direction: column-reverse;
}

#header-bar {
    margin-bottom: 0px!important;
}

.header {
    display:none;
}

#main-menu {
    width: 100%;
    display: block;
    position: relative!important;
    
    margin-top: 0px;
    margin-bottom: 20px;
}

.menu-wrapper > .shortcut-link {
    display: none!important;
}

#fav-shortcut-area {
    display: flex;
    align-content: center;
}

.shortcut-link:first-child {
    margin-left: 20px;
}

#main-content {
    width: 100%;
    padding: 0px;
}
}

@-moz-document url-prefix("https://tgd.kr/board/write/naseongkim"), url-prefix("https://tgd.kr/board/modify/") {
#main > div {
    display: flex;
    flex-direction: column-reverse;
}

#header-bar {
    margin-bottom: 0px!important;
}

.header {
    display:none;
}

#main-menu {
    width: 100%;
    display: block;
    position: relative!important;
    
    margin-top: 0px;
    margin-bottom: 20px;
}

.menu-wrapper > .shortcut-link {
    display: none!important;
}

#fav-shortcut-area {
    display: flex;
    align-content: center;
}

.shortcut-link:first-child {
    margin-left: 20px;
}

#main-content {
    width: 100%;
    padding: 0px;
}

.frame {
    padding-bottom: 100px!important;
}
}

Reviews

No reviews yet.