Changeset 194a359 for resources/assets/css
- Timestamp:
- 09/30/21 00:32:27 (3 years ago)
- Branches:
- develop, master
- Children:
- 24a616f
- Parents:
- 582789f
- Location:
- resources/assets/css
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/assets/css/app.css
r582789f r194a359 6900 6900 } 6901 6901 6902 .nicescroll-cursors {6903 border: none !important;6904 }6905 6906 body:not(.dark) .nicescroll-cursors {6907 background-color: rgba(41, 49, 52, 0.4) !important;6908 width: 3px !important;6909 }6910 6911 6902 .isotope-item { 6912 6903 z-index: 2; … … 8893 8884 8894 8885 body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover { 8895 width: 320px;8886 /*width: 320px;*/ 8896 8887 } 8897 8888 … … 9200 9191 bottom: 0; 9201 9192 height: auto; 9202 width: 320px;9193 /*width: 320px;*/ 9203 9194 background-color: white; 9204 9195 z-index: 1000; … … 9282 9273 } 9283 9274 } 9284 9285 body.semi-dark:not(.dark) .nicescroll-cursors {9286 background-color: rgba(255, 255, 255, 0.3) !important;9287 }9288 9289 9275 body.semi-dark:not(.dark) .navigation { 9290 9276 background-color: #313852; … … 9562 9548 padding: 30px; 9563 9549 padding-top: 105px; 9564 padding-left: 350px;9550 padding-left: 100px; 9565 9551 padding-bottom: 0; 9566 9552 } … … 10001 9987 10002 9988 .header .header-left { 10003 width: 320px;9989 /*width: 320px;*/ 10004 9990 padding-left: 30px; 10005 9991 display: -webkit-box; … … 10210 10196 background-color: white; 10211 10197 z-index: 998; 10212 width: 320px;10198 /*width: 320px;*/ 10213 10199 box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); 10214 10200 position: fixed; … … 10463 10449 -webkit-box-pack: justify; 10464 10450 justify-content: space-between; 10465 margin-left: 320px;10451 margin-left: 100px; 10466 10452 } 10467 10453 … … 11379 11365 } 11380 11366 11381 body.dark .nicescroll-cursors {11382 background-color: rgba(255, 255, 255, 0.15) !important;11383 }11384 11385 11367 body.dark .chat-block .chat-content .messages .message-item:not(.me):before { 11386 11368 border-right-color: #454c66; … … 12276 12258 12277 12259 .navigation { 12278 width: 75%;12260 width: 20%; 12279 12261 } 12280 12262 -
resources/assets/css/app.min.css
r582789f r194a359 6900 6900 } 6901 6901 6902 .nicescroll-cursors {6903 border: none !important;6904 }6905 6906 body:not(.dark) .nicescroll-cursors {6907 background-color: rgba(41, 49, 52, 0.4) !important;6908 width: 3px !important;6909 }6910 6911 6902 .isotope-item { 6912 6903 z-index: 2; … … 8893 8884 8894 8885 body.small-navigation:not(.hidden-navigation):not(.horizontal-navigation) .navigation:hover { 8895 width: 320px;8886 /*width: 320px;*/ 8896 8887 } 8897 8888 … … 9200 9191 bottom: 0; 9201 9192 height: auto; 9202 width: 320px;9193 /*width: 320px;*/ 9203 9194 background-color: white; 9204 9195 z-index: 1000; … … 9281 9272 display: block; 9282 9273 } 9283 }9284 9285 body.semi-dark:not(.dark) .nicescroll-cursors {9286 background-color: rgba(255, 255, 255, 0.3) !important;9287 9274 } 9288 9275 … … 9562 9549 padding: 30px; 9563 9550 padding-top: 105px; 9564 padding-left: 350px;9551 padding-left: 100px; 9565 9552 padding-bottom: 0; 9566 9553 } … … 10001 9988 10002 9989 .header .header-left { 10003 width: 320px;9990 /*width: 320px;*/ 10004 9991 padding-left: 30px; 10005 9992 display: -webkit-box; … … 10210 10197 background-color: white; 10211 10198 z-index: 998; 10212 width: 320px;10199 /*width: 320px;*/ 10213 10200 box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1); 10214 10201 position: fixed; … … 10463 10450 -webkit-box-pack: justify; 10464 10451 justify-content: space-between; 10465 margin-left: 320px;10452 margin-left: 100px; 10466 10453 } 10467 10454 … … 11379 11366 } 11380 11367 11381 body.dark .nicescroll-cursors {11382 background-color: rgba(255, 255, 255, 0.15) !important;11383 }11384 11385 11368 body.dark .chat-block .chat-content .messages .message-item:not(.me):before { 11386 11369 border-right-color: #454c66; … … 12276 12259 12277 12260 .navigation { 12278 width: 75%;12261 width: 20%; 12279 12262 } 12280 12263 … … 12290 12273 12291 12274 .navigation { 12292 width: 85%;12275 width: 20%; 12293 12276 } 12294 12277 }
Note:
See TracChangeset
for help on using the changeset viewer.