Last active
April 21, 2018 06:03
-
-
Save botmtl/91ac3990d8bef652ef477876e7752701 to your computer and use it in GitHub Desktop.
vk wide
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("vk.com") { | |
#page_layout { | |
width: 1600px !important; | |
} | |
#page_body { | |
width: 1600px !important; | |
/*font-size: 11px !important;*/ | |
} | |
.page_post_sized_thumbs.clear_fix { | |
margin-left:auto; | |
margin-right: auto; | |
} | |
.clear_fix.pv_photo_wrap { | |
display: flex; | |
flex-direction: column; | |
} | |
.pv_img_area_wrap a, #pv_photo { | |
width: auto !important; | |
height: auto !important; | |
} | |
#stl_left, #stl_bg, #stl_side { | |
width: 80px !important; | |
} | |
.narrow_column.ui_scroll_container.ui_scroll_default_theme.ui_scroll_unnecessary, #pv_narrow { | |
width: 100%; | |
/*width: auto !important;*/ | |
} | |
#layer_wrap #layer { | |
margin-top: 40px !important; | |
} | |
.pv_cont .pv_close_btn { | |
right: 60px !important; | |
} | |
#im--page, .im-page.im-page_classic { | |
width: 920px !important; | |
} | |
.im-right-menu { | |
margin-left: 925px !important; | |
} | |
#feed_filters > div:nth-of-type(2), #group_recom_wrap { | |
display: none; | |
} | |
#ads_left { | |
display: none !important; | |
} | |
.index_rcolumn input.big_text { | |
width: 330px; | |
max-width: 100%; | |
} | |
.index_page #wrap2 { | |
width: 1260px; | |
} | |
/* | |
#side_bar_inner[style] { | |
position: relative !important; | |
/*margin-top: 0 !important; | |
bottom: initial !important; | |
}*/ | |
#side_bar { | |
position: fixed; | |
} | |
.im-page.im-page_classic .im-mess-stack, .im-mess, .im-page.im-page_classic .im-mess:not(.im-mess_fwd), .im-page.im-page_classic .im-page--chat-input { | |
max-width: 920px !important; | |
} | |
.im-page--header, .im-page--dialogs-footer { | |
max-width: none !important; | |
width: 100% !important; | |
text-overflow: unset !important; | |
overflow: visible !important; | |
} | |
.pv_reply_form_wrap, pv_narrow { | |
width: auto !important; | |
} | |
.nim-dialog--inner-text, .nim-dialog--inner-text { | |
max-width: 783px !important; | |
width: 100% !important; | |
} | |
.im-page.im-page_classic .im-page--header, .im-page--chat-header-in, .im-page--chat-header_chat, .im-page--toolsw, ._im_dialog_actions, .im-page--chat-header_muted, .im-page--dialogs-footer { | |
width: 920px !important; | |
} | |
.im-page.im-page_classic .im-page--header-chat, .im-page--chat-header, .im-create, .ui_search_input_block, ._im_dialogs_search_input, .im-page_classic.im-page, .im-page--chat-input { | |
width: 920px !important; | |
box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2); | |
} | |
.im-chat-input.im-chat-input_classic .im-chat-input--textarea { | |
width: 80%; | |
} | |
.im-chat-input _online._im_peer { | |
float:right; | |
} | |
.im-chat-input .im-chat-input--text { | |
transition: min-height, 0.2s; | |
} | |
/* | |
.im-chat-input .im-chat-input--text:focus { | |
min-height: 200px; | |
} | |
*/ | |
.im-chat-input .im-chat-input--text { | |
min-height: 100px; | |
} | |
.im_msg_media.im_msg_media_link { | |
max-width: 60%; | |
} | |
.page_media_link_img { | |
height: auto; | |
} | |
.im-page .im-page--history-new-bar { | |
border-bottom: 1px solid rgba(93%, 93%, 93%, 0.3); | |
} | |
.im-mess-stack .page_post_sized_thumbs.clear_fix { | |
margin-left: 0; | |
} | |
.fc_tab_wrap { | |
width: 455px; | |
} | |
.ui_search_input_block { | |
width: 100% !important; | |
} | |
.nim-dialog_unread, .im-mess_unread, .im-mess_selected, .nim-dialog.nim-dialog_classic.nim-dialog_unread-out .nim-dialog--inner-text { | |
background: rgb(182, 190, 255) !important; | |
} | |
.mailru-visibility-check { | |
/*background: rgb(255, 100, 100) !important;*/ | |
display: none !important; | |
} | |
.video_items_list { | |
width: auto !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment