We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa030b5 commit 677736bCopy full SHA for 677736b
css/navbarTabs.css
@@ -6,7 +6,7 @@
6
min-height: 2.3333em;
7
max-height: 2.3333em;
8
align-items: center;
9
- transition: 0.2s background-color, 0.1s max-height;
+ transition: 0.175s background-color, 0.1s max-height;
10
max-width: 100vw;
11
-webkit-user-select: none;
12
position: relative;
css/webviews.css
@@ -1,10 +1,16 @@
1
#webviews {
2
height: calc(100vh - 2.25em);
3
+ position: relative;
4
}
5
#webviews webview {
height: 100%;
width: 100%;
outline: none;
+ position: absolute;
+}
+#webviews webview[hidden] {
+ display: flex !important;
13
+ visibility: hidden;
14
15
#webviews webview.fullscreen {
16
position: fixed;
0 commit comments