diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_chat.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css index 75e858542..3dd8309d3 100644 --- a/view/css/mod_chat.css +++ b/view/css/mod_chat.css @@ -107,17 +107,3 @@ aside { .leave { color: red; } - -.generic-content-wrapper.fullscreen { - position: fixed; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - border-radius: 0px; - z-index: 10000; -} - -.generic-content-wrapper.fullscreen .section-title-wrapper { - border-radius: 0px; -} |